17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "example-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Example plugin demonstrating structure and components",
|
|
"author": {
|
|
"name": "Framework Team"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": ["example", "template"],
|
|
"commands": [
|
|
"./commands/greet.md"
|
|
],
|
|
"skills": [
|
|
"./skills/hello-skill/SKILL.md"
|
|
]
|
|
}
|