-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
96 lines (96 loc) · 2.66 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "gpt4free-ts",
"version": "0.0.1",
"description": "gpt4free typescript version",
"main": "index.js",
"scripts": {
"test": "ts-node test.ts",
"start": "ts-node index.ts",
"build": "tsc"
},
"keywords": [
"git4free",
"typescript"
],
"author": "xiangsx",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/busboy": "^1.5.3",
"@types/chrome-remote-interface": "^0.31.10",
"@types/event-stream": "^4.0.0",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/jsonwebtoken": "^9.0.5",
"@types/koa": "^2.13.6",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-router": "^7.4.4",
"@types/koa__cors": "^4.0.0",
"@types/node": "^18.16.3",
"@types/opencc-js": "^1.0.1",
"@types/pdf-parse": "^1.1.4",
"@types/string-similarity": "^4.0.0",
"@types/textract": "^2.4.5",
"@types/turndown": "^5.0.1",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.5",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"terser": "^5.19.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@cemalgnlts/mailjs": "^2.2.0",
"@dqbd/tiktoken": "^1.0.7",
"@elastic/ecs-winston-format": "^1.5.2",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@google/generative-ai": "^0.1.1",
"@koa/cors": "^4.0.0",
"axios": "^1.4.0",
"busboy": "^1.6.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chrome-remote-interface": "^0.33.0",
"docx": "^8.5.0",
"dotenv": "^16.0.3",
"elastic-apm-node": "^4.4.1",
"event-stream": "^4.0.1",
"fake-useragent": "^1.0.1",
"file-type": "^16.5.4",
"fingerprint-generator": "^2.1.42",
"fingerprint-injector": "^2.1.42",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"heapdump": "^0.3.15",
"http-proxy-agent": "^6.0.1",
"https-proxy-agent": "^5.0.1",
"image-size": "^1.0.2",
"ioredis": "^5.3.2",
"joi": "^17.13.1",
"js-sha3": "^0.9.3",
"jsonwebtoken": "^9.0.2",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-router": "^12.0.0",
"mint-filter": "^4.0.3",
"moment": "^2.29.4",
"opencc-js": "^1.0.5",
"pdf-parse": "^1.1.1",
"puppeteer": "^20.1.2",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"socket.io-client": "^4.7.5",
"string-similarity": "^4.0.4",
"textract": "^2.5.0",
"tiktoken": "^1.0.13",
"tunnel": "^0.0.6",
"turndown": "^7.1.2",
"user-agents": "1.1.313",
"uuid": "^9.0.0",
"winston": "^3.10.0",
"ws": "^8.13.0",
"xlsx": "^0.18.5"
}
}