mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-01-06 05:44:51 -05:00
24 lines
393 B
JSON
24 lines
393 B
JSON
{
|
|
"id": "exampleplugin",
|
|
"name": "ExamplePlugin",
|
|
"version": "1.0.0",
|
|
"description": "Description",
|
|
"authors": [
|
|
"author"
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"id": "optional",
|
|
"optional": true
|
|
},
|
|
{
|
|
"id": "required",
|
|
"optional": false
|
|
}
|
|
],
|
|
"main": "example.ExamplePlugin",
|
|
"mc-publish": {
|
|
"modrinth": "AAAA"
|
|
"curseforge": 123456
|
|
}
|
|
}
|