screepCode/package.json

32 lines
768 B
JSON
Raw Normal View History

2024-11-03 20:56:43 +08:00
{
"name": "screep",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
2024-11-03 20:56:43 +08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -cw",
"push": "rollup -cw --environment DEST:main",
"local": "rollup -cw --environment DEST:local"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.24.3",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-screeps": "^1.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@types/lodash": "^3.10.1",
"@types/screeps": "^3.3.8",
"source-map": "^0.6.1"
}
}