{ "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" } }