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.

22 lines
552 B

{
"name": "screeps-template",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rollup --config",
"watch": "rollup -c --watch",
"push": "rollup --config=rollup.config.push.js",
"watch-push": "rollup --config=rollup.config.push.js --watch"
},
"author": "Kascheml",
"license": "ISC",
"type": "module",
"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"
}
}