-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1018 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "vmb",
"version": "1.8.2",
"description": "Vermintide Mod Builder",
"main": "vmb.js",
"bin": "vmb.js",
"pkg": {
"assets": [
"embedded/**/*"
],
"targets": [
"node10-win-x64"
]
},
"dependencies": {
"@octetstream/promisify": "^1.3.3",
"debounce-hashed": "^0.2.0",
"del": "^3.0.0",
"glob-watcher": "^5.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"merge-stream": "^1.0.1",
"normalize-path": "^3.0.0",
"opn": "^5.2.0",
"vdf": "0.0.2",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-vinyl-zip": "^2.1.2",
"pkg": "^4.3.7"
},
"scripts": {
"start": "node vmb.js",
"setup": "npm i gulp -g | npm i -s",
"build": "gulp build",
"test": "node vmb-test"
},
"repository": {
"type": "git",
"url": "https://github.com/Vermintide-Modders/VMF-Build-Script"
},
"author": "UnShame",
"license": "UNLICENSED"
}