{
  "name": "@polardbx/codematrix-daemon",
  "version": "0.2.12",
  "description": "CodeMatrix daemon — local agent process manager for the CodeMatrix platform",
  "type": "module",
  "bin": {
    "codematrix-daemon": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "main": "dist/daemon.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "tsx watch src/daemon.ts",
    "start": "tsx src/daemon.ts",
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test --test-force-exit 'src/**/*.test.ts'",
    "test:coverage": "node --import tsx --test --experimental-test-coverage --test-reporter=spec --test-force-exit 'src/**/*.test.ts'",
    "clean": "rm -rf dist",
    "prebuild:linux": "bash scripts/prebuilds/build.sh",
    "prebuild:linux:update": "bash scripts/prebuilds/build.sh --update-hashes",
    "publish:daily": "bash scripts/publish-daily.sh",
    "publish:daily:dry": "bash scripts/publish-daily.sh --dry-run",
    "publish:release": "bash scripts/publish-release.sh",
    "publish:release:dry": "bash scripts/publish-release.sh --dry-run",
    "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join('node_modules','node-pty','prebuilds',process.platform+'-'+process.arch,'spawn-helper'),0o755)}catch{}\""
  },
  "repository": {},
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "commander": "^12.0.0",
    "node-pty": "^1.0.0",
    "ws": "^8.20.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@types/ws": "^8.18.1",
    "tsup": "^8.5.1",
    "tsx": "^4.19.0",
    "typescript": "^5.9.3"
  },
  "bundledDependencies": [
    "node-pty"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "codematrix",
    "ai",
    "agent",
    "daemon",
    "mcp",
    "claude",
    "codex",
    "kimi"
  ],
  "author": "Slock AI",
  "license": "MIT"
}
