{
  "name": "@kunlv/atdc",
  "version": "1.1.24",
  "description": "AI coding workflow orchestration kit — team edition",
  "bin": {
    "atdc": "bin/atdc.js",
    "atdc-evidence-mcp": "src/mcp/evidence-server.js"
  },
  "files": [
    "bin/",
    "src/",
    "hooks/",
    "prompts/",
    "templates/",
    "central/",
    "scripts/",
    "config/",
    "GO.md",
    "install.sh",
    "commands/",
    "AGENTS.md",
    "reference/"
  ],
  "scripts": {
    "postinstall": "echo '📋 atdc 已安装。运行: atdc install --all'"
  },
  "keywords": [
    "ai",
    "workflow",
    "coding",
    "spec-driven"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "puppeteer": "^25.3.0",
    "@kunlv/cls-log-cli": "^1.2.9"
  }
}
