{
  "name": "capcut-cli-david",
  "version": "1.14.1",
  "description": "Fork of capcut-cli — CapCut/JianYing draft CLI extended with creation primitives (keyframes, Ken Burns) and the psycho-build pipeline for the TikTok paranoia niche.",
  "type": "module",
  "bin": {
    "capcut-david": "dist/index.js"
  },
  "files": [
    "dist",
    "templates",
    "skills",
    "docs",
    "release-notes",
    "README.md",
    "CHANGELOG.md",
    "COMPATIBILITY.md",
    "UPSTREAM.md",
    "RELEASE.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "lint": "biome ci .",
    "lint:fix": "biome check --write .",
    "typecheck": "tsc --noEmit",
    "build": "tsc",
    "test": "node --test --test-reporter=spec",
    "test:coverage": "node --test --experimental-test-coverage --test-coverage-include=dist/commands/**/*.js --test-coverage-include=dist/draft.js --test-coverage-lines=80 --test-coverage-functions=80 --test-reporter=spec",
    "dev": "node --import tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "capcut",
    "capcut-cli",
    "capcut-draft",
    "capcut-srt",
    "capcut-subtitles",
    "capcut-template",
    "capcut-automation",
    "jianying",
    "draft_content",
    "keyframes",
    "ken-burns",
    "psycho-build",
    "tiktok",
    "video-automation",
    "ai-video-editor",
    "cli"
  ],
  "author": "David Beles <davidb-2107@users.noreply.github.com>",
  "contributors": [
    "Rene Zander <renezander030@gmail.com> (https://renezander.com) — original capcut-cli author"
  ],
  "license": "MIT",
  "homepage": "https://github.com/Davidb-2107/capcut-cli-david#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Davidb-2107/capcut-cli-david.git"
  },
  "bugs": {
    "url": "https://github.com/Davidb-2107/capcut-cli-david/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.0.0",
    "@types/node": "^25.6.0",
    "tsx": "^4.0.0",
    "typescript": "^5.6.0"
  }
}
