Files
screeps-deploy-action/package.json
Renovate Bot 3aeadc3aca
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m4s
fix(deps): update dependency @actions/core to v2
2025-12-09 14:27:40 +00:00

15 lines
322 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"
},
"dependencies": {
"@actions/core": "^2.0.0",
"glob": "^11.0.1",
"screeps-api": "^1.7.2"
}
}