2024-09-27 23:41:47 +00:00
|
|
|
{
|
2024-10-05 10:57:47 +00:00
|
|
|
"package": "example-plugin",
|
2024-09-27 23:41:47 +00:00
|
|
|
"name": "Dragonroll example plugin",
|
|
|
|
"description": "This is an example plugin to help you getting started with the Dragonroll API",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aran Roig"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "0.1",
|
|
|
|
"client": {
|
|
|
|
"entrypoint": "main.js"
|
|
|
|
}
|
|
|
|
}
|