Files
screeps-deploy-action/package.json
Renovate Bot f3706434ae
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m21s
fix(deps): update dependency glob to v12
2025-11-17 17:25:44 +00:00

15 lines
323 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": "^1.11.1",
"glob": "^12.0.0",
"screeps-api": "^1.7.2"
}
}