32 lines
563 B
JSON
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"
|
|
}
|
|
}
|