{ "name": "@agent-helm/daemon", "version": "0.0.0", "private": true, "type": "module", "bin": "dist/daemon.cjs", "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", "bundle": "esbuild src/index.ts --bundle --platform=node --target=node22 --external:@homebridge/node-pty-prebuilt-multiarch --outfile=dist/daemon.cjs", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@agent-helm/shared": "workspace:*", "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1", "ws": "^8.18.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.5.12", "@yao-pkg/pkg": "^6.20.0", "esbuild": "^0.25.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "pkg": { "assets": [ "../../node_modules/.pnpm/**/@homebridge/node-pty-prebuilt-multiarch/prebuilds/**/*", "../../node_modules/.pnpm/**/@homebridge/node-pty-prebuilt-multiarch/lib/**/*" ] } }