-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.23 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
47
48
49
50
{
"name": "nextmeal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/app.js",
"dev": "nodemon server/app.js",
"test": "mocha server/test --exit --recursive --timeout 3000"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.2.0",
"faker": "^4.1.0",
"imagekit": "^4.1.3",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mocha": "^6.2.1",
"moment": "2.9",
"moment-timezone": "^0.5.43",
"multer": "^1.4.2",
"mysql2": "^1.7.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0",
"nodemailer": "^6.3.1",
"nodemailer-express-handlebars": "^3.1.0",
"nodemon": "^1.19.3",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pg": "^7.12.1",
"rollbar": "^2.14.4",
"sequelize": "^5.19.6",
"sequelize-cli": "^5.5.1",
"sequelize-test-helpers": "^1.1.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"supertest": "^4.0.2",
"underscore": "^1.9.1"
}
}