{
  "name": "zenstudio-cli",
  "version": "1.3.7",
  "description": "ZenStudio CLI — AI 短番、动画、短剧及影视内容制作全流程工具集",
  "author": "ZenStudio Team",
  "license": "UNLICENSED",
  "bin": {
    "zencli": "./dist/index.js"
  },
  "files": [
    "dist/index.js",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsup && chmod +x dist/index.js",
    "typecheck": "tsc --noEmit",
    "dev": "ts-node src/index.ts",
    "clean": "rm -rf dist",
    "preflight": "jest __tests__/preflight.test.ts --verbose",
    "prepublishOnly": "npm run clean && npm run build && npm run preflight",
    "sync-tools": "ts-node scripts/sync-tools.ts",
    "test": "jest",
    "test:verbose": "jest --verbose",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "cos-nodejs-sdk-v5": "^2.15.4",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/inquirer": "^8.2.10",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.14.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.1",
    "typescript": "^5.5.0"
  },
  "keywords": [
    "zenstudio",
    "cli",
    "aigc",
    "ai-tools",
    "ai-video",
    "ai-image"
  ],
  "homepage": "https://ai.tvi.v.qq.com/zenstudio",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
