-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "sih-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "commonjs",
"engines": {
"node": ">=8.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neelb99/chatbot-testing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.610.0",
"body-parser": "^1.19.0",
"celebrate": "^11.0.0",
"cors": "^2.8.5",
"dialogflow": "^1.1.1",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.4.1",
"multer": "^1.4.2",
"sharp": "^0.24.0",
"source-map-explorer": "^2.2.2",
"twilio": "^3.39.2",
"uuid": "^3.3.3"
},
"devDependencies": {
"eslint-plugin-node": "^11.0.0",
"nodemon": "^2.0.2"
},
"nodemonConfig": {
"ignore": [
"client/*.js"
]
}
}