| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "fmode-ffmpeg",
- "version": "0.1.1",
- "description": "Claude Code skill: run ffmpeg/ffprobe for audio & video processing via a bundled static binary (ffmpeg-static). No system ffmpeg install required. Provides `npx fmode-ffmpeg exec`/`probe`/`which` passthrough plus a Claude Code skill.",
- "type": "commonjs",
- "bin": {
- "fmode-ffmpeg": "bin/fmode-ffmpeg.js"
- },
- "scripts": {
- "smoke": "node scripts/smoke.js"
- },
- "files": [
- ".claude-plugin/",
- "bin/",
- "README.md",
- "scripts/",
- "skill-package-manifest.json",
- "skills/"
- ],
- "keywords": [
- "claude-code",
- "claude-skill",
- "fmode",
- "ffmpeg",
- "ffprobe",
- "ffmpeg-static",
- "audio",
- "video",
- "transcode"
- ],
- "license": "MIT",
- "dependencies": {
- "ffmpeg-static": "5.3.0",
- "ffprobe-static": "3.1.0"
- }
- }
|