-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
{
"name": "weixin-robot",
"version": "1.5.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite-node ./src/index.ts",
"start": "vite-node ./src/index.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest"
},
"keywords": [
"wechat",
"wechaty",
"bot",
"robot"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"file-box": "^1.4.15",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"openai": "^4.77.0",
"playwright": "^1.49.1",
"qrcode": "^1.5.4",
"typescript": "^5.7.2",
"vite-node": "^1.6.0",
"wechaty": "^1.20.2",
"wechaty-puppet-wechat": "^1.18.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.3",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@flydotio/dockerfile": "^0.5.9",
"@jest/globals": "^29.7.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.10",
"@types/qrcode-terminal": "^0.12.2",
"babel-jest": "^29.7.0",
"eslint": "^8.57.1",
"jest": "^29.5.0",
"puppeteer": "23.11.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2"
}
}