{
  "name": "@addai/entity-runtime",
  "version": "0.2.43",
  "description": "Daemon that pairs a machine with your +Ai account and runs Claude / Codex / Kimi / Gemini agents on its behalf. Reachable via Supabase from Vault, Entity Studio, or any other +Ai surface.",
  "license": "MIT",
  "keywords": [
    "addai",
    "entity-studio",
    "claude",
    "codex",
    "kimi",
    "gemini",
    "agent",
    "daemon",
    "supabase",
    "mcp"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/just-AddAi/addai-entity-runtime.git"
  },
  "homepage": "https://github.com/just-AddAi/addai-entity-runtime#readme",
  "bugs": {
    "url": "https://github.com/just-AddAi/addai-entity-runtime/issues"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "bin": {
    "entity-runtime": "dist/cli.js",
    "entities-runtime": "dist/cli.js",
    "addai-entity-runtime": "dist/cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "scripts",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "node dist/cli.js",
    "dev": "tsc -p tsconfig.json && node dist/cli.js",
    "test": "npm run build && node --test test/",
    "clean": "node -e \"fs.rmSync('dist',{recursive:true,force:true})\"",
    "postinstall": "node scripts/fix-pty-helper.js",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "node-pty": "^1.1.0",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/ws": "^8.18.1",
    "typescript": "^5.6.0"
  }
}
