vfx-skills-draft/package.json
2026-01-24 23:28:43 -07:00

32 lines
563 B
JSON

{
"name": "vfx-skills",
"version": "1.0.0",
"description": "Claude Code skills for VFX workflows - Nuke, ACES, ffmpeg, EXR wrangling",
"keywords": [
"vfx",
"nuke",
"compositing",
"claude-code",
"ai-skills",
"aces",
"ffmpeg",
"exr"
],
"author": "Biohazard VFX",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/biohazard-vfx/vfx-skills.git"
},
"bin": {
"vfx-skills": "./cli.js"
},
"files": [
"cli.js",
"skills/**/*"
],
"engines": {
"node": ">=18"
}
}