-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "express_blog",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohini17o3/MBlogs.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mohini17o3/MBlogs.github.io/issues"
},
"homepage": "https://github.com/Mohini17o3/MBlogs.github.io#readme",
"dependencies": {
"@prisma/client": "^5.17.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express_blog": "file:",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0"
},
"devDependencies": {
"prisma": "^5.17.0"
}
}