{ "name": "@agent-helm/daemon", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "tsx --env-file-if-exists=../../.env watch src/index.ts", "start": "tsx --env-file-if-exists=../../.env src/index.ts", "build": "tsc --noEmit -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@agent-helm/shared": "workspace:*", "node-pty": "^1.0.0", "ws": "^8.18.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.5.12", "tsx": "^4.19.0", "typescript": "^5.7.0" } }