|
1 | 1 | { |
2 | | - "format_version": 2, |
3 | | - "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs", |
4 | | - "version": "0.9.0-rc.1", |
5 | | - "info": { |
6 | | - "name": "LegacyScriptEngine with NodeJs backend", |
7 | | - "description": "A plugin engine for running LLSE plugins on LeviLamina", |
8 | | - "author": "LiteLDev", |
9 | | - "tags": [ |
10 | | - "levilamina", |
11 | | - "plugin-engine" |
12 | | - ] |
13 | | - }, |
14 | | - "dependencies": { |
15 | | - "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.1", |
16 | | - "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.1", |
17 | | - "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.1", |
18 | | - "gitea.litebds.com/ShrBox/7-zip": "23.x", |
19 | | - "gitea.litebds.com/LiteLDev/node-binaries": "16.16.0" |
20 | | - }, |
21 | | - "prerequisites": { |
22 | | - "github.com/LiteLDev/LeviLamina": "1.0.x" |
23 | | - }, |
24 | | - "files": { |
25 | | - "place": [ |
26 | | - { |
27 | | - "src": "legacy-script-engine-nodejs/*", |
28 | | - "dest": "plugins/legacy-script-engine-nodejs/" |
29 | | - } |
30 | | - ] |
31 | | - } |
| 2 | + "format_version": 2, |
| 3 | + "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs", |
| 4 | + "version": "0.9.0-rc.1", |
| 5 | + "info": { |
| 6 | + "name": "LegacyScriptEngine with NodeJs backend", |
| 7 | + "description": "A plugin engine for running LLSE plugins on LeviLamina", |
| 8 | + "author": "LiteLDev", |
| 9 | + "tags": [ |
| 10 | + "levilamina", |
| 11 | + "plugin-engine" |
| 12 | + ] |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.2", |
| 16 | + "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.2", |
| 17 | + "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.2", |
| 18 | + "gitea.litebds.com/ShrBox/7-zip": "23.x", |
| 19 | + "gitea.litebds.com/LiteLDev/node-binaries": "16.16.0" |
| 20 | + }, |
| 21 | + "prerequisites": { |
| 22 | + "github.com/LiteLDev/LeviLamina": "1.0.0-rc.1" |
| 23 | + }, |
| 24 | + "files": { |
| 25 | + "place": [ |
| 26 | + { |
| 27 | + "src": "legacy-script-engine-nodejs/*", |
| 28 | + "dest": "plugins/legacy-script-engine-nodejs/" |
| 29 | + } |
| 30 | + ] |
| 31 | + } |
32 | 32 | } |
0 commit comments