-
Notifications
You must be signed in to change notification settings - Fork 247
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "lucky-lillia-bot",
"version": "7.0.0",
"type": "module",
"description": "",
"main": "dist/llbot.js",
"scripts": {
"dev": "tsx src/main/main.ts",
"build": "vite build",
"dev-webui": "npm --prefix src/webui/FE run dev",
"build-webui": "npm --prefix src/webui/FE run build",
"postinstall": "npm --prefix src/webui/FE install",
"format": "prettier -cw .",
"check": "tsc"
},
"author": "",
"license": "GPL-2.0",
"dependencies": {
"@hono/node-server": "^1.19.13",
"@hono/node-ws": "^1.3.0",
"@minatojs/driver-sqlite": "^4.7.0",
"@saltify/milky-types": "^1.2.1-rc.2",
"@saltify/typeproto": "^0.4.0",
"@satorijs/element": "^3.2.0",
"@satorijs/protocol": "^1.7.0",
"compare-versions": "^6.1.1",
"cordis": "^3.18.1",
"cosmokit": "^1.8.1",
"fast-xml-parser": "^5.5.11",
"file-type": "^22.0.0",
"fluent-ffmpeg": "^2.1.3",
"get-port": "^7.2.0",
"hono": "^4.12.12",
"image-size": "^2.0.2",
"json5": "^2.2.3",
"minato": "^3.7.0",
"nodemailer": "^8.0.5",
"qrcode": "^1.5.4",
"silk-wasm": "^3.7.1",
"ws": "^8.20.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^24.12.2",
"@types/nodemailer": "^8.0.0",
"@types/qrcode": "^1.5.6",
"@types/ws": "^8.18.1",
"ts-case-convert": "^2.1.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vite-plugin-cp": "^6.0.3"
},
"packageManager": "yarn@4.13.0"
}