{
  "name": "@supen-ai/daemon",
  "version": "1.13.47",
  "description": "Supen Daemon — self-contained agent runtime for the Supen platform. Runs multiple agents on a host machine.",
  "type": "module",
  "bin": {
    "supen-daemon": "./scripts/supen-daemon.js"
  },
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "scripts",
    "dist",
    "skills"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "dev": "tsx watch --env-file=.env src/start.ts",
    "auth": "tsx src/whatsapp-auth.ts",
    "typecheck": "tsc --noEmit",
    "test:bridge": "node --import tsx --test src/http/codex-app-server-bridge.test.ts src/core/codex-rollout-lifecycle.test.ts src/core/codex-thread-source.test.ts src/core/codex-followup-queue.test.ts",
    "bench:message-history": "tsx scripts/bench-message-history.ts",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.22.0"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@supabase/supabase-js": "^2.47.0",
    "axios": "^1.16.0",
    "cron-parser": "^5.5.0",
    "dingtalk-stream": "^2.1.0",
    "discord.js": "^14.25.1",
    "https-proxy-agent": "^7.0.6",
    "js-yaml": "^4.2.0",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "playwright": "^1.58.2",
    "rrule": "^2.8.1",
    "undici": "^7.28.0",
    "ws": "^8.20.1",
    "yaml": "^2.8.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiwater/supen.git",
    "directory": "apps/daemon"
  },
  "keywords": [
    "supen",
    "ai",
    "agent",
    "daemon",
    "runtime"
  ],
  "bugs": {
    "url": "https://github.com/tiwater/supen/issues"
  },
  "homepage": "https://github.com/tiwater/supen#readme"
}
