-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 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
{
"name": "restapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@sendgrid/mail": "^6.2.0",
"bcryptjs": "2.4.3",
"body-parser": "1.18.3",
"compression": "1.7.3",
"cors": "2.8.5",
"express": "4.16.4",
"express-validator": "5.3.1",
"gm": "^1.23.1",
"helmet": "3.15.1",
"jsonwebtoken": "8.5.0",
"lodash": "4.17.11",
"moment": "^2.24.0",
"mongodb": "3.1.13",
"mongoose": "5.4.14",
"morgan": "1.9.1",
"multer": "1.4.1",
"nodemailer": "^6.0.0",
"nodemon": "1.18.10"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^6.0.2",
"mockery": "^2.1.0"
},
"scripts": {
"start:dev": "NODE_ENV=develop nodemon node app.js",
"test": "NODE_ENV=test mocha --timeout 50000 -R spec test/index.js"
},
"author": "",
"license": "ISC"
}