forked from LLOneBot/LuckyLilliaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.59 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.59 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
{
"name": "lltwobot",
"version": "6.0.0",
"type": "module",
"description": "",
"main": "dist/llonebot.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",
"format": "prettier -cw .",
"check": "tsc",
"compile:proto": "pbjs --no-create --no-convert --no-delimited --no-verify -t static-module -w es6 -p src/ntqqapi/proto -o src/ntqqapi/proto/compiled.js profileLikeTip.proto groupNotify.proto message.proto richMedia.proto oidb.proto action.proto && pbts --main -o src/ntqqapi/proto/compiled.d.ts src/ntqqapi/proto/compiled.js"
},
"author": "",
"license": "GPL-2.0",
"dependencies": {
"@minatojs/driver-sqlite": "^4.6.0",
"@satorijs/element": "^3.1.8",
"@satorijs/protocol": "^1.6.1",
"compare-versions": "^6.1.1",
"cordis": "^3.18.1",
"cors": "^2.8.5",
"cosmokit": "^1.8.0",
"express": "^5.1.0",
"file-type": "^21.0.0",
"fluent-ffmpeg": "^2.1.3",
"get-port": "^7.1.0",
"image-size": "^2.0.2",
"json5": "^2.2.3",
"minato": "^3.6.1",
"silk-wasm": "^3.7.1",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^22.16.3",
"@types/ws": "^8.18.1",
"protobufjs": "^7.5.4",
"protobufjs-cli": "^1.1.3",
"ts-case-convert": "^2.1.0",
"tsx": "^4.20.6",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-plugin-cp": "^6.0.3"
},
"packageManager": "yarn@4.10.3"
}