-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 888 Bytes
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
{
"name": "wechaty-robot",
"version": "1.0.0",
"author": "yangss",
"description": "基于nodejs+wechaty的微信机器人",
"main": "index.js",
"type": "module",
"scripts": {
"start": "cross-env NODE_OPTIONS=\"--no-warnings\" node ./src/index.js",
"start:padlocal": "cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-padlocal npm start"
},
"dependencies": {
"file-box": "^1.5.5",
"lodash": "^4.17.21",
"openai-self": "^1.1.6",
"qrcode-terminal": "^0.12.0",
"wechaty": "^1.20.2",
"wechaty-puppet": "^1.20.2",
"wechaty-puppet-padlocal": "^1.20.1",
"wechaty-puppet-wechat": "^1.18.4"
},
"license": "Apache-2.0",
"devDependencies": {
"cross-env": "^7.0.3"
},
"keywords": [
"robot",
"wechat",
"wechaty",
"openai",
"openai-self",
"chatGPT",
"chatgpt",
"gpt-3.5",
"gpt4"
]
}