{
  "name": "@supen-ai/cli",
  "version": "1.13.47",
  "description": "Supen CLI — command-line tool to manage local Supen daemon, agents, and skills",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "supen": "dist/index.js"
  },
  "files": [
    "dist",
    "daemon",
    "runtime-plugins"
  ],
  "scripts": {
    "build": "tsc && pnpm --dir ../daemon build && node scripts/bundle-daemon.mjs",
    "typecheck": "tsc --noEmit",
    "test:bridge": "node --import tsx --test src/codex-bridge.test.ts src/codex.test.ts",
    "test:chat": "node --import tsx --test src/chat.test.ts",
    "bridge:e2e": "tsx scripts/bridge-api-e2e.ts",
    "control:e2e": "tsx scripts/device-control-e2e.ts",
    "consumer:e2e": "tsx scripts/consumer-e2e.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@supabase/supabase-js": "^2.47.0",
    "axios": "^1.16.0",
    "commander": "^13.0.0",
    "cron-parser": "^5.5.0",
    "dingtalk-stream": "^2.1.0",
    "discord.js": "^14.25.1",
    "https-proxy-agent": "^7.0.6",
    "ink": "^7.0.0",
    "ink-text-input": "^6.0.0",
    "js-yaml": "^4.2.0",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "playwright": "^1.58.2",
    "react": "^19.2.4",
    "rrule": "^2.8.1",
    "undici": "^7.28.0",
    "ws": "^8.20.1",
    "yaml": "^2.8.3",
    "zod": "^4.3.6"
  },
  "engines": {
    "node": ">=22.22.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^20.19.39",
    "@types/react": "^19.2.6",
    "tsx": "^4.19.0",
    "typescript": "^5.7.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiwater/supen.git",
    "directory": "apps/cli"
  },
  "keywords": [
    "supen",
    "ai",
    "agent",
    "daemon",
    "cli"
  ],
  "bugs": {
    "url": "https://github.com/tiwater/supen/issues"
  },
  "homepage": "https://github.com/tiwater/supen#readme"
}
