-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
28 lines (28 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "halloween-mod",
"version": "6.4.2",
"description": "Halloween Mod",
"scripts": {
"build": "npm run build:vanilla && npm run build:reapi",
"build:vanilla": "amxxpack build --config .amxxpack.vanilla.js",
"build:reapi": "amxxpack build --config .amxxpack.reapi.js",
"watch": "concurrently \"npm run watch:vanilla\" \"npm run watch:reapi\"",
"watch:vanilla": "amxxpack build --watch --config .amxxpack.vanilla.js",
"watch:reapi": "amxxpack build --watch --config .amxxpack.reapi.js",
"postinstall": "amxxpack install",
"pack": "gulp",
"update-version": "node ./scripts/update-version.js",
"update-config": "node ./scripts/update-config.js"
},
"author": "Hedgehog Fog",
"license": "MIT",
"devDependencies": {
"amxxpack": "^1.1.1",
"concurrently": "^7.4.0",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-zip": "^5.0.2",
"lodash": "^4.17.21",
"merge2": "^1.2.0"
}
}