forked from ewowi/StarBase
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 820 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
{
"name": "StarBase",
"version": "0.0.0",
"description": "Tools for StarBase",
"main": "tools/cdata.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "node tools/cdata.js",
"dev": "nodemon -e js,html,htm,css,png,jpg,gif,ico,js -w tools/ -w data/ -x node tools/cdata.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ewowi/StarBase.git"
},
"author": "MoonModules",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/ewowi/StarBase/issues"
},
"homepage": "https://github.com/ewowi/StarBase#readme",
"dependencies": {
"clean-css": "^4.2.3",
"html-minifier-terser": "^5.1.1",
"inliner": "^1.13.1",
"nodemon": "^2.0.20",
"zlib": "^1.0.5"
},
"engines": {
"node": ">=21.0.0"
}
}