18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"name": "my-first-plugin",
|
|
"owner": {
|
|
"name": "Your Name",
|
|
"email": "plugin@42plugin.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "my-first-plugin",
|
|
"description": "A simple greeting plugin to learn the basics. Also a translator plugin",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-samuelgarrett-claude-code-plugin-test-my-first-plugin.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |