18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"name": "hello-world",
|
|
"owner": {
|
|
"name": "g-shudy",
|
|
"email": "your.email@example.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "hello-world",
|
|
"description": "Example plugin demonstrating basic structure",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-g-shudy-claude-plugins-plugins-hello-world.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |