-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 901 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
{
"name": "shopping_node_api",
"version": "1.0.0",
"description": "simple web api shopping application",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index",
"createsuperuser": "node create_super_user"
},
"author": "Ali",
"license": "ISC",
"dependencies": {
"@prisma/client": "^3.15.2",
"app-module-path": "^2.2.0",
"auto-bind": "^4.0.0",
"bcrypt": "^5.0.1",
"config": "^3.3.7",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.14.2",
"helmet": "^5.1.0",
"inquirer": "^8.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.5",
"slugify": "^1.6.5",
"winston": "^3.8.0"
},
"devDependencies": {
"prisma": "^3.15.2"
}
}