forked from pmotschmann/Evolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 KB
/
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
{
"name": "evolveidle",
"version": "1.3.10",
"description": "Evolve Idle",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"less": "lessc src/evolve.less evolve/evolve-unminified.css && csso -i evolve/evolve-unminified.css -o evolve/evolve.css && rm evolve/evolve-unminified.css",
"build": "node buildEvolve.js",
"wiki": "node buildWiki.js",
"wiki-less": "lessc src/wiki.less wiki/wiki-unminified.css && csso -i wiki/wiki-unminified.css -o wiki/wiki.css && rm wiki/wiki-unminified.css",
"serve": "servehere -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmotschmann/Evolve.git"
},
"keywords": [
"Evolve"
],
"author": "Peter Motschmann",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/pmotschmann/Evolve/issues"
},
"homepage": "https://github.com/pmotschmann/Evolve#readme",
"devDependencies": {
"csso-cli": "^4.0.2",
"ini": "^1.3.8",
"less": "^3.13.0",
"servehere": "^1.7.0"
},
"dependencies": {
"esbuild": "0.17.19",
"node": "^16.1.0",
"npmcli": "^1.2.2"
}
}