forked from shfshanyue/wechat-chatgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.61 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
{
"name": "wechat-chatgpt",
"version": "1.1.0",
"description": "",
"main": "bot.ts",
"scripts": {
"start:prod": "NODE_OPTIONS='--dns-result-order=ipv4first' node dist/bot.js",
"start": "NODE_OPTIONS='--dns-result-order=ipv4first' tsx bot.ts",
"server": "NODE_OPTIONS='--dns-result-order=ipv4first' tsx server.ts",
"build": "tsc",
"ncu": "ncu",
"dev": "nodemon bot.ts"
},
"npm": {
"publish": false
},
"engines": {
"node": ">= 18"
},
"private": true,
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "4.14.1",
"@sentry/node": "^7.44.2",
"@shanyue/promise-utils": "^2.0.4",
"@types/ali-oss": "^6.16.8",
"@types/cron": "^2.0.1",
"@types/koa": "^2.13.6",
"@types/lodash": "^4.14.191",
"@types/node": "^20.2.3",
"ali-oss": "^6.17.1",
"auto-changelog": "^2.4.0",
"cron": "^2.3.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"file-box": "^1.4.15",
"ioredis": "^5.3.2",
"koa": "^2.14.2",
"lodash": "^4.17.21",
"lru-cache": "^9.1.1",
"memory-card": "^1.1.2",
"midash": "^0.8.2",
"midjourney": "^3.1.88",
"nodemon": "^2.0.22",
"npm-check-updates": "^16.8.0",
"openai": "^3.2.1",
"p-filter": "^3.0.0",
"p-map": "^5.5.0",
"prisma": "^4.14.1",
"qrcode-terminal": "^0.12.0",
"release-it": "^15.10.3",
"tsx": "^3.12.6",
"typescript": "^5.0.4",
"undici": "^5.22.1",
"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"
}
}