{ "name": "@minikura/backend", "module": "src/index.ts", "type": "module", "exports": "./src/index.ts", "scripts": { "dev": "tsx watch src/index.ts", "dev:bun": "bun --watch src/index.ts", "build": "tsc", "start": "NODE_ENV=production node dist/index.js", "test": "bun test", "typecheck": "tsc --noEmit", "lint": "biome lint .", "format": "biome format --write ." }, "devDependencies": { "@types/bun": "^1.3.14", "@types/node": "^26.2.0", "tsx": "^4.23.12" }, "peerDependencies": { "typescript": "^7.0.2" }, "dependencies": { "@elysiajs/node": "^1.4.5", "@kubernetes/client-node": "^1.4.0", "@minikura/api": "workspace:*", "@minikura/db": "workspace:*", "@minikura/shared": "workspace:*", "@types/ws": "^8.18.1", "better-auth": "^1.6.27", "elysia": "^1.4.29", "pino": "^10.3.1", "pino-http": "^11.0.0", "pino-pretty": "^13.1.3", "undici": "^8.10.0", "ws": "^8.21.3", "yaml": "^2.9.0", "zod": "^4.4.3" } }