-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 907 Bytes
/
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
{
"name": "rainbow-chatbot",
"version": "1.94.0",
"description": "Rainbow ChatBot library for the Rainbow SDK for Node.JS",
"main": "index.js",
"scripts": {
"test": "mocha test/ -w",
"coverage": "nyc --reporter=text mocha",
"build": "grunt sdk"
},
"author": "AL-Enterprise <support@openrainbow.com>",
"license": "MIT",
"dependencies": {
"circular-json": "^0.5.9",
"comment-json": "^4.1.1",
"cuid": "^2.1.8",
"moment": "^2.29.1",
"rainbow-node-sdk": "^2.0.1-lts.2",
"winston": "^3.3.3"
},
"devDependencies": {
"async": "^3.2.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-spies": "^1.0.0",
"eslint": "^7.32.0",
"eslint-plugin-node": "^11.1.0",
"istanbul": "^0.4.5",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0"
},
"engines": {
"node": ">=12.0.0"
}
}