29 lines
877 B
JSON
29 lines
877 B
JSON
{
|
|
"name": "adm-tools",
|
|
"owner": {
|
|
"name": "Autour de Minuit",
|
|
"email": "adv.bdl.dev@gmail.com"
|
|
},
|
|
"description": "Claude Code plugins for the ADM Blender pipeline and production tracking",
|
|
"plugins": [
|
|
{
|
|
"name": "flamenco",
|
|
"source": "./plugins/flamenco",
|
|
"description": "Flamenco render farm tools and references",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://flamenco.blender.org",
|
|
"repository": "https://git.autourdeminuit.com/autour_de_minuit/claude-plugins"
|
|
},
|
|
{
|
|
"name": "kitsu",
|
|
"source": "./plugins/kitsu",
|
|
"description": "Kitsu production tracking tools and references",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://kitsu.cg-wire.com",
|
|
"repository": "https://git.autourdeminuit.com/autour_de_minuit/claude-plugins"
|
|
}
|
|
]
|
|
}
|