11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"name": "my-first-plugin",
|
|
"description": "A simple greeting plugin to learn the basics",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Your Name"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |