{
  "name": "@aipper/aiws",
  "version": "0.0.96",
  "description": "AI Workspace CLI (init/update/validate) for Claude Code / OpenCode / Codex.",
  "type": "module",
  "bin": {
    "aiws": "./bin/aiws.js"
  },
  "dependencies": {
    "@aipper/aiws-spec": "0.0.96",
    "@aipper/zentao-mcp-server": "^0.1.26",
    "js-yaml": "^4.1.0"
  },
  "files": [
    "bin",
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && cp src/dashboard/index.html src/dashboard/style.css dist/dashboard/",
    "prepack": "npm run build",
    "test": "vitest run"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.9.0",
    "typescript": "^6.0.3",
    "vitest": "^3.0.0"
  },
  "optionalDependencies": {
    "@colbymchenry/codegraph": "1.5.0"
  }
}
