-
Notifications
You must be signed in to change notification settings - Fork 8
/
tooth.nodejs.json
32 lines (32 loc) · 993 Bytes
/
tooth.nodejs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.8.20",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"plugin-engine"
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.8.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.8.x",
"github.com/LiteLDev/LegacyMoney": "0.8.x",
"gitea.litebds.com/ShrBox/7-zip": "23.x",
"gitea.litebds.com/LiteLDev/node-binaries": "16.16.0"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.13.4 <0.14.0"
},
"files": {
"place": [
{
"src": "legacy-script-engine-nodejs/*",
"dest": "plugins/legacy-script-engine-nodejs/"
}
]
}
}