15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"name": "plugin-template",
|
|
"description": "Generate new plugin scaffolds with configurable components. Commands: /plugin-template:create",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Nathan Vale",
|
|
"email": "hi@nathanvale.com"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |