{
  "name": "@claude-code-skills/pack-ai-video",
  "version": "0.1.0",
  "description": "First-party SKILL.md pack for AI video & audio generation: Whisper transcription, broadcast-grade TTS dubbing, text-to-video prompting (Runway/Sora/Veo), AI re-voicing pipelines.",
  "type": "module",
  "main": "index.js",
  "files": ["skills", "index.js"],
  "keywords": ["claude-code-skills", "skill-pack", "ai-video", "whisper", "tts", "text-to-video", "dubbing"],
  "license": "MIT",
  "claudeCodeSkills": {
    "category": "ai-video-generation",
    "skills": [
      "whisper-transcription-pipeline",
      "ai-tts-dub-broadcast",
      "text-to-video-prompting-2026"
    ]
  },
  "peerDependenciesMeta": {
    "openai": { "optional": true },
    "@google/genai": { "optional": true },
    "fluent-ffmpeg": { "optional": true },
    "wavefile": { "optional": true }
  }
}
