-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtooth.json
36 lines (36 loc) · 957 Bytes
/
tooth.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
33
34
35
36
{
"$schema": "https://raw.githubusercontent.com/lippkg/lip/main/schemas/tooth.v2.schema.json",
"format_version": 2,
"tooth": "github.com/lgc-LLDev/FormAPIEx",
"version": "0.5.2",
"info": {
"name": "FormAPIEx",
"description": "Work with LSE forms easily!",
"author": "LgCookie",
"tags": ["library", "lse", "quickjs", "form"]
},
"dependencies": {
"github.com/LiteLDev/LeviLamina": ">=0.x",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": ">=0.x"
},
"files": {
"place": [
{
"src": "lib/FormAPIEx.cjs",
"dest": "plugins/FormAPIEx/lib/FormAPIEx.cjs"
},
{
"src": "lib/FormAPIEx.mjs",
"dest": "plugins/FormAPIEx/lib/FormAPIEx.mjs"
},
{
"src": "lib/FormAPIEx.d.ts",
"dest": "plugins/FormAPIEx/lib/FormAPIEx.d.ts"
},
{
"src": "package.json",
"dest": "plugins/FormAPIEx/package.json"
}
]
}
}