-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 861 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
{
"type": "module",
"scripts": {
"build:watch": "gulp",
"build": "gulp build",
"clean": "gulp clean",
"css": "gulp compileCss",
"export": "./utils/smelter.mjs unpack -i leveldb -s system/packs -d ./data/packs",
"lang": "gulp compileLang",
"lint": "gulp lintJs",
"notes": "gulp compileNotes",
"packs": "gulp compilePacks"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
"chalk": "^5.4.1",
"classic-level": "^2.0.0",
"del": "^8.0.0",
"glob": "^11.0.1",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.4.0",
"gulp-if": "^3.0.0",
"gulp-sass": "^6.0.1",
"gulp-yaml": "^2.0.4",
"jest": "^29.7.0",
"json-stable-stringify-pretty": "^1.2.0",
"markdown": "^0.5.0",
"merge-stream": "^2.0.0",
"nedb-promises": "^6.2.3",
"rollup": "^4.36.0",
"sass": "^1.85.1",
"yaml": "^2.7.0",
"yargs": "^17.7.2"
}
}