This repository was archived by the owner on Feb 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.67 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.67 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "koishi-plugin-plrxbot",
"description": "蓬莱人形Bot",
"version": "0.0.1",
"main": "./src/index.ts",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"src",
"plugin",
"python",
"assets"
],
"license": "MIT",
"scripts": {},
"keywords": [
"chatbot",
"koishi",
"plugin",
"蓬莱人形Bot",
"Touhou",
"东方Project",
"音mad"
],
"peerDependencies": {
"koishi": "^4.18.0",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"string-similarity": "^4.0.4",
"sync-request": "^6.1.0",
"text-to-svg": "^3.1.5",
"xmlhttprequest-ts": "^1.0.1",
"http-server": "*"
},
"service": {
"required": [
"cron"
]
},
"dependencies": {
"mathjs": "^14.2.1",
"midi-file": "^1.2.4",
"midi-parser": "^1.0.1",
"minecraft-server-util": "^5.4.4",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"node-web-audio-api": "^1.0.1",
"nodejieba": "^3.4.3",
"openai": "^4.83.0",
"ping": "^0.4.4",
"reflect-metadata": "^0.2.2",
"sharp": "^0.33.5",
"string-similarity": "^4.0.4",
"sync-request": "^6.1.0",
"text-to-svg": "^3.1.5",
"then-request": "^6.0.2",
"wav": "^1.0.2",
"wav-decoder": "^1.3.0",
"wav-encoder": "^1.3.0",
"web-audio-api": "^0.2.2",
"xmlhttprequest-ts": "^1.0.1",
"audio-buffer": "^5.0.0",
"audiobuffer-to-wav": "^1.0.0",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"deasync": "^0.1.30",
"es-checker": "^1.4.2",
"google-auth-library": "^9.15.0",
"google-spreadsheet": "^4.1.4",
"googleapis": "^144.0.0",
"htmlparser2": "^9.1.0",
"jimp": "^1.6.0"
}
}