screeps-deploy-action/package.json
Philipp Horstenkamp 3c9c228e9b
Some checks failed
Lint / pre-commit Linting (push) Failing after 54s
First draft of this application.
2023-11-26 16:32:31 +01:00

15 lines
351 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.10.1",
"screeps-api": "^1.16.0",
"glob": "^7.1.6"
}
}