-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1010 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1010 Bytes
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
{
"name": "nodejs-express-starter",
"version": "0.0.0",
"author": "Oladipo Adesiyan",
"private": true,
"scripts": {
"start": "node app.js",
"integration-tests": "mocha --exit tests/integration-tests.js"
},
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.1.0",
"admin-bro": "^4.0.1",
"bcryptjs": "^2.4.3",
"bunyan": "^1.8.15",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.0.2",
"express": "~4.17.3",
"got": "^12.5.0",
"http-errors": "~1.6.3",
"ioredis": "^5.2.3",
"jsonwebtoken": "^8.5.1",
"mime": "^3.0.0",
"mongoose": "^6.6.1",
"morgan": "~1.9.1",
"nodemailer": "^6.7.8",
"nodemailer-express-handlebars": "^5.0.0",
"nodemon": "^2.0.20",
"pino": "^8.6.1",
"toobusy-js": "^0.5.1",
"tslib": "^2.4.0",
"validator": "^13.7.0",
"winston": "^3.8.2",
"winston-logstash": "^0.4.0"
}
}