-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 951 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
38
39
40
41
{
"name": "bot-microsoft-test",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"engines": {
"node": "10.4.1"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"botauth": "^0.2.12",
"botbuilder": "^3.15.0",
"botbuilder-mongodb": "^3.1.1",
"cloudinary": "^1.14.0",
"cors": "^2.8.5",
"dashbot": "^10.4.1",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"googleapis": "^20.1.0",
"jsonwebtoken": "^8.5.1",
"later": "^1.2.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"path": "^0.12.7",
"restify": "^4.3.0",
"twilio": "^3.31.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.17.3"
}
}