You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
687 B

{
"name": "screeps-template",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rollup --config --configPlugin=typescript",
"watch": "rollup -c --configPlugin=typescript --watch",
"push": "rollup --config=rollup.config.push.ts --configPlugin=typescript",
"watch-push": "rollup --config=rollup.config.push.ts --configPlugin=typescript --watch"
},
"author": "Kascheml",
"license": "ISC",
"devDependencies": {
"@kascheml/screeps-types": "^0.0.3",
"@rollup/plugin-typescript": "^10.0.1",
"@types/rollup": "^0.54.0",
"rollup": "^3.5.1",
"rollup-plugin-screeps": "^1.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}