{
  "name": "customize-agent",
  "version": "2.1.27",
  "description": "通用终端 AI 助手 — 原生 Function Calling + 双语 TUI + 三级模型分层",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "customize": "./dist/index.js",
    "customize-agent": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && node scripts/bundle-server.mjs && node -e \"require('fs').mkdirSync('dist/scripts',{recursive:true});require('fs').cpSync('scripts/kill-server.cjs','dist/scripts/kill-server.cjs')\"",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "start": "node ./dist/index.js",
    "postinstall": "node dist/server-bundle/setup.js"
  },
  "license": "MIT",
  "author": "Pan-jijian",
  "repository": {
    "type": "git",
    "url": "https://github.com/Pan-jijian/customize-agent.git",
    "directory": "apps/cli"
  },
  "files": [
    "dist",
    "!dist/server-bundle/node_modules",
    "scripts/kill-server.cjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ai-agent",
    "cli",
    "llm",
    "customize-agent",
    "terminal",
    "tui",
    "mcp"
  ],
  "packageManager": "pnpm@10.26.1",
  "dependencies": {
    "@customize-agent/engine": "^2.1.8",
    "@customize-agent/knowledge": "^2.1.3",
    "@customize-agent/llm": "^2.0.4",
    "@customize-agent/memory": "^2.0.4",
    "@customize-agent/runtime": "^2.0.4",
    "@customize-agent/search": "^2.0.11",
    "@customize-agent/tools": "^2.1.10",
    "@customize-agent/types": "^2.0.4",
    "@ant-design/icons": "^6.3.2",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@napi-rs/canvas": "^0.1.82",
    "@vscode/ripgrep": "^1.18.0",
    "antd": "^6.5.0",
    "archiver": "^8.0.0",
    "better-sqlite3": "^12.10.0",
    "chromadb": "^3.0.18",
    "commander": "^15.0.0",
    "execa": "^9.6.1",
    "fast-glob": "^3.3.3",
    "jszip": "^3.10.1",
    "lucide-react": "^0.400.0",
    "mammoth": "^1.12.0",
    "marked": "^15.0.12",
    "next": "^15.1.0",
    "next-themes": "^0.4.0",
    "openai": "^6.42.0",
    "pdf-parse": "^2.4.5",
    "pdfjs-dist": "^5.4.394",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "sharp": "^0.35.2",
    "string-width": "^8.2.1",
    "tesseract.js": "^7.0.0",
    "typescript": "^6.0.3",
    "vscode-languageserver-protocol": "^3.17.5",
    "wrap-ansi": "^10.0.0",
    "xlsx": "^0.18.5"
  }
}
