11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"name": "plugin-demo1",
|
|
"description": "A simple yes-man plugin to learn the basics",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Scoheart"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |