Files
GMLIB-LegacyRemoteCallApi/template/GMLIB_LRCA-Plugin-Template/manifest.json
T
2024-03-28 00:06:06 +08:00

16 lines
378 B
JSON

{
"entry": "GMLIB_LRCA-Plugin-Template.js",
"name": "GMLIB_LRCA-Plugin-Template",
"type": "lse-quickjs",
"version": "0.0.1",
"author": "Your Name",
"description": "plugin description",
"dependencies": [
{
"name": "legacy-script-engine-quickjs"
},
{
"name": "GMLIB-LegacyRemoteCallApi"
}
]
}