screeps-bot-hurricane/package.json
2026-01-02 23:58:00 +01:00

40 lines
1 KiB
JSON

{
"name": "screeps-bot-hurricane",
"version": "1.0.0",
"main": "src/index.ts",
"author": "uwap",
"license": "MIT",
"scripts": {
"build": "npx spack",
"lint": "npx eslint src/",
"test": "jest --passWithNoTests",
"push": "yarn build && node ./upload.js"
},
"dependencies": {
"@types/screeps": "^3.3.8",
"screeps-profiler": "^3.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.6.1",
"@swc/cli": "^0.7.9",
"@swc/core": "^1.15.5",
"@swc/jest": "^0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.3",
"@types/screeps-profiler": "^1.2.6",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jiti": "^2.6.1",
"lint-staged": "^16.2.7",
"screeps-jest": "^2.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0"
}
}