26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"package": "dnd-5e",
|
|
"name": "plugin.name",
|
|
"description": "plugin.desc",
|
|
"icon": "icon.png",
|
|
"authors": [
|
|
{
|
|
"name": "Aran Roig"
|
|
}
|
|
],
|
|
"version": "0.1",
|
|
"client": {
|
|
"entrypoint": "main.js"
|
|
},
|
|
"backend": {
|
|
"entrypoint": "main.js"
|
|
},
|
|
"modules": [
|
|
{
|
|
"id": "dnd-5e",
|
|
"name": "module.name",
|
|
"desc": "module.desc",
|
|
"icon": "icon.png"
|
|
}
|
|
]
|
|
} |