fp/services/actor/package.json
CJ_Clippy cc0f0a33fa
Some checks failed
rssapp CI/CD / build (push) Successful in 2m2s
ci / test (push) Failing after 1m5s
ci / build (push) Has been cancelled
add rssapp gitea actions builder
2025-09-28 00:55:50 -08:00

19 lines
457 B
JSON

{
"name": "actor",
"version": "0.0.1",
"description": "Spin up a powerful VPS to run act_runner workflows on demand",
"license": "Unlicense",
"author": "",
"type": "module",
"main": "src/server.ts",
"scripts": {
"start": "tsx src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.48.4",
"fastify": "^5.5.0",
"nunjucks": "^3.2.4",
"zod": "^4.0.17"
}
}