Files
screeps-deploy-action/package.json
Philipp Horstenkamp a2b753417a
Some checks failed
Lint / pre-commit Linting (push) Successful in 1m52s
Test / Run Tests (push) Failing after 8m40s
Add testing script and vitest as a dev dependency in package.json
2025-12-23 16:42:07 +01:00

19 lines
411 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"
},
"dependencies": {
"@actions/core": "^1.11.1",
"glob": "^11.0.1",
"screeps-api": "^1.7.2"
},
"devDependencies": {
"vitest": "^4.0.16"
}
}