-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 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
{
"name": "wechat-autoreply",
"version": "1.3.0",
"description": "微信自动回复机器人",
"main": "index.js",
"scripts": {
"start": "node ./src/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giscafer/wechat-autoreply.git"
},
"keywords": [
"wechat",
"autoreplay"
],
"author": "Nicky Lao<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/giscafer/wechat-autoreply/issues"
},
"homepage": "https://github.com/giscafer/wechat-autoreply#readme",
"dependencies": {
"axios": "^0.21.1",
"babel-register": "6.26.0",
"baidu-aip-sdk": "^2.3.3",
"cron": "1.3.0",
"es6-promise": "^4.2.4",
"file-box": "^0.16.8",
"https": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.29.1",
"node-ipcity": "^0.1.1",
"node-typhoon": "^1.1.0",
"qrcode-terminal": "0.12.0",
"querystring": "^0.2.0",
"request": "^2.87.0",
"urlencode": "^1.1.0",
"wechaty": "^1.20.2",
"wechaty-puppet-wechat": "^1.18.4"
}
}