forked from ikechan8370/chatgpt-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.46 KB
/
package.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "chatgpt-plugin",
"type": "module",
"author": "ikechan8370",
"dependencies": {
"axios": "^1.4.0",
"@fastify/cookie": "^8.3.0",
"@fastify/cors": "^8.2.0",
"@fastify/static": "^6.9.0",
"@fastify/websocket": "^8.2.0",
"@slack/bolt": "^3.13.2",
"@waylaidwanderer/chatgpt-api": "^1.37.1",
"@azure/openai": "^1.0.0-beta.3",
"asn1.js": "^5.0.0",
"chatgpt": "^5.2.4",
"crypto": "^1.0.1",
"delay": "^6.0.0",
"diff": "^5.1.0",
"emoji-strip": "^1.0.1",
"eventsource": "^2.0.2",
"eventsource-parser": "^1.0.0",
"fastify": "^4.18.0",
"form-data": "^4.0.0",
"https-proxy-agent": "7.0.1",
"js-tiktoken": "^1.0.5",
"keyv": "^4.5.3",
"keyv-file": "^0.2.0",
"microsoft-cognitiveservices-speech-sdk": "^1.30.1",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
"p-timeout": "^6.1.2",
"quick-lru": "6.1.1",
"random": "^4.1.0",
"undici": "^5.21.0",
"uuid": "^9.0.0",
"ws": "^8.13.0",
"cycletls": "^1.0.21"
},
"optionalDependencies": {
"xlsx": "^0.18.5",
"mammoth": "^1.6.0",
"pdfjs-dist": "^3.11.174",
"nodejs-pptx": "^1.2.4",
"@node-rs/jieba": "^1.6.2",
"jimp": "^0.22.7",
"node-silk": "^0.1.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sharp": "^0.32.3"
},
"devDependencies": {
"ts-node": "^10.9.1",
"ts-node-register": "^1.0.0"
}
}