{
  "name": "@remixmate/cli",
  "version": "0.9.44",
  "description": "AI media generation skills for Claude Code / Codex — 12 skills covering image, video, voice, digital human, web screenshot, web recording, script, template registry, rendering, Jianying export, and video deconstruction.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "remixmate": "./dist/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node scripts/clean-dist.mjs && tsc && node scripts/build-manifest.mjs",
    "prepare": "npm run build",
    "list": "node dist/cli.js --list",
    "smoke": "node scripts/smoke.mjs",
    "test:cli": "npm run build && node --test test/*.test.mjs",
    "test:validators": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-validators.py",
    "test:web-read": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-web-read.py",
    "test:web-read:browser": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-web-read-browser.py",
    "test:template-pipeline": "PYTHONDONTWRITEBYTECODE=1 node dist/cli.js exec -- python3 scripts/test-template-pipeline.py",
    "test:props-contract": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-props-contract.py",
    "test:card-array-keys": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-card-array-keys.py",
    "test:narration-speed": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-narration-speed.py",
    "test:narration-tts": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-narration-tts.py",
    "test:render-resume": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-render-resume.py",
    "test:required-props": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-required-props.py",
    "test:render-plan": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-render-plan-snapshot.py",
    "test:render-plan:update": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-render-plan-snapshot.py --update",
    "test:contracts": "PYTHONDONTWRITEBYTECODE=1 python3 skills/template-registry/scripts/check_contracts.py",
    "regress": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/regress.py",
    "regress:update": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/regress.py --update",
    "check:render": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/render-template-check.py",
    "clean": "node scripts/clean.mjs",
    "test:countdown": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-countdown-strategy.py",
    "test:prepare-contracts": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-prepare-contracts.py",
    "test:image-sequence": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-image-sequence.py",
    "test:ranking-count": "PYTHONDONTWRITEBYTECODE=1 python3 scripts/test-ranking-count.py"
  },
  "keywords": [
    "claude-code",
    "codex",
    "agent-skills",
    "ai-video",
    "tts",
    "text-to-speech",
    "image-generation",
    "remotion",
    "jianying"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/remixmate/cli.git"
  },
  "homepage": "https://github.com/remixmate/cli#readme",
  "bugs": {
    "url": "https://github.com/remixmate/cli/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
