21 lines
531 B
JSON
21 lines
531 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",
|
|
"build": "ncc build index.js -o dist --external utf-8-validate --external bufferutil",
|
|
"test": "vitest run --globals"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.0",
|
|
"glob": "^13.0.0",
|
|
"screeps-api": "^1.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.4",
|
|
"vitest": "^4.0.16"
|
|
}
|
|
}
|