Files
screeps-deploy-action/package.json
T
Philipp 1874e823e3
Lint / pre-commit Linting (push) Successful in 51s
Test / Run Tests (push) Successful in 1m19s
fix: downgrade @actions/artifact to v1 for Gitea compatibility
2026-05-16 22:21:45 +02:00

24 lines
637 B
JSON

{
"name": "screeps-deploy-action",
"version": "0.2.1",
"description": "Deploys screeps code to the official game or a private server.",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "vitest run --globals --coverage",
"build": "ncc build index.js -o dist -m --external utf-8-validate --external bufferutil"
},
"dependencies": {
"@actions/artifact": "^1.1.2",
"@actions/core": "^3.0.0",
"glob": "^13.0.0",
"screeps-api": "^1.7.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"@vitest/coverage-v8": "^4.0.16",
"vitest": "^4.0.16"
}
}