2024-09-27 23:41:47 +00:00
|
|
|
{
|
2024-10-01 12:57:53 +00:00
|
|
|
"package": "dnd-5e",
|
2024-09-27 23:41:47 +00:00
|
|
|
"name": "Dnd 5e System",
|
|
|
|
"description": "This plugin provides the Dnd 5e module",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aran Roig"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "0.1",
|
|
|
|
"client": {
|
|
|
|
"entrypoint": "main.js"
|
2024-10-01 12:57:53 +00:00
|
|
|
},
|
|
|
|
"backend": {
|
|
|
|
"entrypoint": "main.js"
|
2024-09-27 23:41:47 +00:00
|
|
|
}
|
|
|
|
}
|