* typescript@2.7.1 * rollup-plugin-typescript2@0.11.0 * rollup-plugin-screeps@0.1.2 * rollup@0.55.3 * source-map@0.7.0
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "screeps-typescript-starter",
|
|
"version": "3.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"//": "If you add or change the names of destinations in screeps.json, make sure you update these scripts to reflect the changes",
|
|
"scripts": {
|
|
"lint": "tslint \"src/**/*.ts\"",
|
|
"push-main": "rollup -c --dest main",
|
|
"push-pserver": "rollup -c --dest pserver",
|
|
"push-sim": "rollup -c --dest sim",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch-main": "rollup -cw --dest main",
|
|
"watch-pserver": "rollup -cw --dest pserver",
|
|
"watch-sim": "rollup -cw --dest sim"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/screepers/screeps-typescript-starter.git"
|
|
},
|
|
"author": "",
|
|
"license": "Unlicense",
|
|
"bugs": {
|
|
"url": "https://github.com/screepers/screeps-typescript-starter/issues"
|
|
},
|
|
"homepage": "https://github.com/screepers/screeps-typescript-starter#readme",
|
|
"devDependencies": {
|
|
"@types/lodash": "^3.10.1",
|
|
"@types/screeps": "^2.1.0",
|
|
"rollup": "^0.55.3",
|
|
"rollup-plugin-clean": "^1.0.0",
|
|
"rollup-plugin-commonjs": "^8.2.6",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-plugin-screeps": "^0.1.2",
|
|
"rollup-plugin-typescript2": "^0.11.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.7.1"
|
|
},
|
|
"dependencies": {
|
|
"source-map": "^0.7.0"
|
|
}
|
|
}
|