17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"id": "example-plugin",
|
|
"name": "Example Plugin",
|
|
"version": "1.0.0",
|
|
"description": "An example plugin demonstrating the plugin system capabilities",
|
|
"author": "Your Name",
|
|
"main": "index.js",
|
|
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example.git",
|
|
"config": {
|
|
"greeting": "Hello from Example Plugin!"
|
|
},
|
|
"permissions": [
|
|
"hooks",
|
|
"events"
|
|
]
|
|
}
|