-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "@chatopera/sdk",
"version": "2.8.12",
"description": "重新定义聊天机器人,https://bot.chatopera.com",
"main": "index.js",
"bin": {
"bot": "bin/bot.js"
},
"scripts": {
"test": "DEBUG=chatopera* NODE_ENV=development ava",
"test:watch": "DEBUG=chatopera* ava --watch test/"
},
"keywords": [
"chatopera",
"chatbot",
"cli",
"知识库",
"智能对话机器人",
"聊天机器人",
"多轮对话",
"意图识别"
],
"author": "Chatopera <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/chatopera/docs/issues"
},
"homepage": "https://bot.chatopera.com/",
"repository": {
"type": "git",
"url": "https://github.com/chatopera/chatopera-nodejs-sdk.git"
},
"dependencies": {
"@chatopera/q": "^1.0.1",
"@chatopera/sdk": "^2.8.7",
"archiver": "^4.0.2",
"commander": "^7.2.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"inquirer": "^7.3.3",
"inquirer-command-prompt": "0.0.28",
"joi": "^17.4.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.31",
"readlineq": "^2.0.3",
"superagent": "^5.3.1"
},
"devDependencies": {
"@chatopera/wavefile": "^11.0.2",
"ava": "^3.10.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}