-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 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
{
"name": "blog-management",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://ashvi07: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@github.com/ashvi07/blog-management.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashvi07/blog-management/issues"
},
"homepage": "https://github.com/ashvi07/blog-management#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-validator": "^7.1.0",
"faker": "^6.6.6",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.10.0",
"nodemon": "^3.1.2",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2"
}
}