11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"name": "hello-world",
|
|
"description": "A simple hello world plugin",
|
|
"version": "0.0.1",
|
|
"author": {
|
|
"name": "fussy113"
|
|
},
|
|
"commands": [
|
|
"./commands/hello-world.md"
|
|
]
|
|
} |