-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 943 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
{
"name": "blogging-site-mini-project",
"version": "1.0.0",
"description": "this is the mini blogging site on which authors can register and can create/read/update/delete blogs ",
"main": "index.js",
"scripts": {
"test": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GauravPandey123webdeveloper/mini-blogging-site.git"
},
"engines": {
"npm": ">=8.0.0<9.0.0",
"node": ">=16.0.0<17.0.0"
},
"keywords": [
"mini-blog-website"
],
"author": "Gaurav pandey, Himanshu jha, Umme Habeeba Ansari, Rushikesh Khare",
"license": "ISC",
"bugs": {
"url": "https://github.com/GauravPandey123webdeveloper/mini-blogging-site/issues"
},
"homepage": "https://github.com/GauravPandey123webdeveloper/mini-blogging-site#readme",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.1"
}
}