{
  "name": "@mixvideo/cli",
  "version": "1.0.5",
  "description": "AI-powered video analysis and editing CLI tool for automatic video classification and Jianying draft generation",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "mixvideo": "dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "start": "tsx src/index.ts",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "video-analysis",
    "ai",
    "cli",
    "video-editing",
    "gemini",
    "jianying",
    "video-classification",
    "typescript",
    "automation"
  ],
  "author": "MixVideo Team",
  "license": "MIT",
  "dependencies": {
    "@mixvideo/jianying": "^1.0.0",
    "@mixvideo/video-analyzer": "^1.0.0",
    "commander": "^14.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "tsup": "^8.5.0",
    "typescript": "^5.0.0"
  }
}