-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "rainbowbotwithdialogflow",
"version": "1.51.0",
"description": "Starter-Kit for Bot with Dialogflow integration",
"main": "index.js",
"scripts": {
"test": "mocha test/ -w",
"coverage": "nyc --reporter=text mocha",
"build": "",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Rainbow-CPaaS/StarterKit-SDKNodeJSDialogflow.git"
},
"author": "AL-Enterprise <[email protected]>",
"license": "MIT",
"script": {
"start": "node index.js"
},
"dependencies": {
"comment-json": "^2.4.1",
"cors": "^2.8.5",
"dialogflow": "^1.1.1",
"express": "^4.17.1",
"rainbow-node-sdk": "^1.65.2",
"uuid": "^3.3.3",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-spies": "^1.0.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.0.0",
"istanbul": "^0.4.5",
"nyc": "^15.0.0",
"sinon": "^8.0.4",
"sinon-chai": "^3.4.0"
},
"engines": {
"node": ">=8.0.0"
}
}