-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 955 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 955 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
{
"name": "blogofile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "anand",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.29.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.3.1",
"html-webpack-plugin": "^5.5.0",
"http-errors": "^1.8.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.12",
"knex-migrate": "^1.7.4",
"morgan": "^1.10.0",
"mustache": "^4.2.0",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.6",
"objection": "^2.2.3",
"objection-db-errors": "^1.1.2",
"objection-unique": "^1.2.1",
"pg": "^8.7.1",
"underscore": "^1.13.2",
"zomato": "^1.1.0"
}
}