-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 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": "restful_posts_management",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theSumanth/restful-posts-management.git"
},
"author": "Sumanth Kumar Bojugu",
"license": "ISC",
"bugs": {
"url": "https://github.com/theSumanth/restful-posts-management/issues"
},
"homepage": "https://github.com/theSumanth/restful-posts-management#readme",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.0",
"express-validator": "^7.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.0",
"multer": "^1.4.5-lts.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}