feat: add marketplace.json file
This commit is contained in:
18
marketplace.json
Normal file
18
marketplace.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "puelpan-claude-plugins",
|
||||||
|
"owner": {
|
||||||
|
"name": "Juan Puelpan",
|
||||||
|
"email": "juan@puelpan.com"
|
||||||
|
},
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "github",
|
||||||
|
"source": "./plugins/github",
|
||||||
|
"description": "Git and Github utility commands",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Juan Puelpan"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user