forked from shfshanyue/wechat-chatgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "wechat-chatgpt",
"version": "1.0.0",
"description": "",
"main": "bot.ts",
"scripts": {
"start": "NODE_OPTIONS='--dns-result-order=ipv4first' tsx bot.ts",
"server": "NODE_OPTIONS='--dns-result-order=ipv4first' tsx server.ts",
"ncu": "ncu",
"dev": "nodemon bot.ts"
},
"engines": {
"node": ">= 18"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^7.44.2",
"@shanyue/promise-utils": "^2.0.4",
"@types/cron": "^2.0.1",
"@types/koa": "^2.13.6",
"@types/lodash": "^4.14.191",
"cron": "^2.3.0",
"dotenv": "^16.0.3",
"koa": "^2.14.2",
"lodash": "^4.17.21",
"lru-cache": "^9.1.1",
"memory-card": "^1.1.2",
"midash": "^0.8.2",
"nodemon": "^2.0.22",
"npm-check-updates": "^16.8.0",
"p-filter": "^3.0.0",
"p-map": "^5.5.0",
"qrcode-terminal": "^0.12.0",
"tsx": "^3.12.6",
"typescript": "^5.0.4",
"wechaty": "^1.20.2",
"wechaty-puppet": "^1.20.2",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-wechat": "^1.18.4",
"winston": "^3.8.2",
"wretch": "^2.5.2"
}
}