-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 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
{
"name": "crustacean",
"version": "0.1.0",
"description": "",
"files": [
"dist/"
],
"main": "dist/main.js",
"scripts": {
"deploy": "node js_tools/deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InfinityDevTech/crustacean"
},
"author": "Infinity Dev",
"screeps_bot": true,
"dependencies": {
"fastestsmallesttextencoderdecoder-encodeinto": "^1.0.22"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.21.0",
"rollup-plugin-copy": "^3.5.0",
"screeps-api": "^1.16.0",
"yamljs": "^0.3.0",
"yargs": "^17.7.2"
}
}