Files
screeps-deploy-action/package.json
Renovate Bot 7577dcc9ad
Some checks failed
renovate/artifacts Artifact file update failure
Lint / pre-commit Linting (push) Successful in 1m11s
Test / Run Tests (push) Failing after 1m9s
fix(deps): update dependency @actions/core to v3
2026-02-08 17:08:16 +00:00

22 lines
583 B
JSON

{
"name": "screeps-deploy-action",
"version": "0.1.1",
"description": "Deploys screeps code to the official game or an pirvate server.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "vitest run --globals --coverage",
"build": "ncc build index.js -o dist -m --external utf-8-validate --external bufferutil"
},
"dependencies": {
"@actions/core": "^3.0.0",
"glob": "^13.0.0",
"screeps-api": "^1.7.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"@vitest/coverage-v8": "^4.0.16",
"vitest": "^4.0.16"
}
}