{ "name": "@minikura/k8s-operator", "version": "1.0.0", "description": "Kubernetes operator for Minikura that syncs database to Kubernetes resources", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "dev:bun": "bun --watch src/index.ts", "watch": "tsx watch src/index.ts", "apply-crds": "tsx src/scripts/apply-crds.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@kubernetes/client-node": "^1.4.0", "@minikura/api": "workspace:*", "@minikura/db": "workspace:*", "dotenv-mono": "^1.5.1", "node-fetch": "^3.3.2", "pg": "^8.11.3", "pino": "^10.3.1", "pino-pretty": "^13.1.3", "undici": "^7.18.2", "yaml": "^2.6.1" }, "devDependencies": { "@types/node": "^25.0.9", "tsx": "^4.19.2", "typescript": "^5.9.3" } }