BangSo/infra/sandboxes/supervisor/package.json

26 lines
648 B
JSON
Raw Normal View History

2026-09-01 16:51:19 +00:00
{
"name": "@rakazo/sandbox-supervisor",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "node ../../../scripts/dev-watch.mjs src/index.ts",
"start": "tsx src/index.ts",
"check": "tsc --noEmit -p tsconfig.json",
"test": "vitest run --root ../../.. infra/sandboxes/supervisor/src"
},
"dependencies": {
"@hono/node-server": "^1.19.1",
"@rakazo/core": "workspace:*",
"dockerode": "^4.0.7",
"hono": "^4.9.6",
"tsx": "^4.20.5",
"zod": "^4.1.5"
},
"devDependencies": {
"@types/dockerode": "^3.3.44",
"typescript": "^5.9.2",
"vitest": "^4.1.10"
}
}