{ "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" } }