{
  "name": "@ia-ccun/code-agent-cli",
  "version": "0.0.53",
  "description": "AI Coding Agent CLI - 基于OpenClaw🦞底层Agent原理封装的编码智能体（供学习使用）。",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "aicode": "./bin/cli.js",
    "aicode-cli": "./bin/cli.js"
  },
  "preferGlobal": true,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "bin",
    "scripts",
    "config",
    "config.json"
  ],
  "scripts": {
    "clean": "shx rm -rf dist",
    "build": "tsc",
    "lint": "eslint src --ext .ts",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run clean && npm run build",
    "postinstall": "node scripts/postinstall.js",
    "test": "echo \"Tests skipped\" && exit 0",
    "release": "npm version patch",
    "prepare": "husky"
  },
  "dependencies": {
    "@earendil-works/pi-agent-core": "^0.80.0",
    "@earendil-works/pi-ai": "^0.80.0",
    "@earendil-works/pi-coding-agent": "^0.80.0",
    "@earendil-works/pi-tui": "^0.80.0"
  },
  "overrides": {
    "glob": "^11.0.0",
    "node-domexception": "^2.0.0",
    "protobufjs": "^7.5.5",
    "basic-ftp": "^6.0.1",
    "flatted": "^3.4.2",
    "undici": "^7.24.8",
    "picomatch": "^4.0.4",
    "brace-expansion": "^5.0.5",
    "file-type": "^21.3.2",
    "ip-address": "^10.1.1",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "@devkade/pi-plan": "^0.2.2",
    "@types/node": "^22.10.0",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "eslint": "^10.0.3",
    "husky": "^9.1.7",
    "pi-lean-ctx": "^3.8.11",
    "playwright": "^1.60.0",
    "shx": "^0.4.0",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.57.0"
  },
  "keywords": [
    "ia-ccun",
    "aicode-cli",
    "coding-agent",
    "ai",
    "llm",
    "cli"
  ],
  "author": "xujianjiang",
  "license": "MIT",
  "piConfig": {
    "name": "aicode-cli",
    "configDir": ".aicode-cli"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
