-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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": "wechaty-client",
"version": "1.0.0",
"description": "",
"type": "module",
"bin": "index.js",
"scripts": {
"start": "node index.js",
"build": "pkg . --target node16-macos-arm64 --output wechaty-client"
},
"pkg": {
"scripts": "index.js"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"express-session": "^1.18.1",
"fluent-ffmpeg": "^2.1.2",
"ioredis": "^5.3.2",
"jimp": "^1.6.0",
"mammoth": "^1.6.0",
"microsoft-cognitiveservices-speech-sdk": "^1.35.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.7",
"open": "^10.1.0",
"openai": "^4.28.0",
"pdf-parse": "^1.1.1",
"qrcode-terminal": "^0.12.0",
"qrcode.react": "^4.2.0",
"replicate": "^0.34.0",
"sensitive-words-js": "^1.0.4",
"sqlite3": "^5.1.7",
"talib": "^1.1.6",
"technicalindicators": "^3.1.0",
"wechaty": "^1.20.2",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-wechat": "^1.18.4",
"wechaty-puppet-wechat4u": "^1.14.14",
"ws": "^8.18.0",
"wx-voice": "^0.2.1",
"xlsx": "^0.18.5",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"wrangler": "^3.84.0"
}
}