screeps-deploy-action/package.json
Philipp Horstenkamp f2bd1a8cab
All checks were successful
Lint / pre-commit Linting (push) Successful in 22s
Dep update
2025-04-08 22:00:41 +02:00

15 lines
323 B
JSON

{
"name": "screeps-deploy-action",
"version": "0.1.0",
"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": "^7.1.6",
"screeps-api": "^1.16.1"
}
}