{
  "name": "@shendu-sdt/sd-zentao-cli",
  "version": "0.1.14",
  "description": "SD internal ZenTao CLI for bug, task, and workhour workflows.",
  "type": "module",
  "license": "UNLICENSED",
  "author": "SD Team",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@codeup.aliyun.com/625697b0569a5e3edf2d7a61/ai/web/sd-zentao-cli.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "zentao",
    "cli",
    "szt",
    "workhour",
    "bug"
  ],
  "bin": {
    "szt": "dist/index.js"
  },
  "files": [
    "dist",
    "skills",
    "scripts/install-ai-skill.mjs"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "postinstall": "node scripts/install-ai-skill.mjs",
    "sync-skill": "node scripts/install-ai-skill.mjs",
    "prepublishOnly": "npm test && npm run build && npm pack --dry-run",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "check": "npm run typecheck && npm test && npm run build",
    "release:patch": "node scripts/release.mjs patch",
    "release:minor": "node scripts/release.mjs minor",
    "release:major": "node scripts/release.mjs major",
    "release:current": "node scripts/release.mjs current --no-version",
    "dev": "tsx src/index.ts"
  },
  "dependencies": {
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8"
  },
  "engines": {
    "node": ">=20"
  }
}
