19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"name": "marketplace-validator-plugin",
|
|
"description": "Comprehensive validation for Claude Code marketplaces and plugins with quality scoring, security scanning, and automated checks",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Daniel Hofheinz",
|
|
"email": "daniel@danielhofheinz.com",
|
|
"url": "https://github.com/dhofheinz/open-plugins"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |