-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "Rol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -cw",
"push": "rollup -cw --environment DEST:somygame",
"peasantry": "rollup -cw --environment DEST:peasantry",
"shenli": "rollup -cw --environment DEST:shenli",
"local": "rollup -cw --environment DEST:local",
"localsf": "rollup -cw --environment DEST:localsf",
"localMo": "rollup -cw --environment DEST:localMo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/lodash": "^3.10.1",
"@types/screeps": "^3.2.4",
"rollup": "^2.66.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-screeps": "^1.0.1",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.5.5"
},
"dependencies": {
"source-map": "^0.6.1",
"source-map-js": "^1.0.2"
}
}