-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 1 KB
/
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
36
{
"name": "bookmanagement",
"version": "1.0.0",
"description": "This is the book management project and which will solve problem of managing multiple books in library",
"main": "index.js",
"scripts": {
"test": "node src/index.js",
"start": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GauravPandey123webdeveloper/bookManagement.git"
},
"keywords": [
"bookManagement"
],
"author": "Gaurav Pandey",
"license": "ISC",
"bugs": {
"url": "https://github.com/GauravPandey123webdeveloper/bookManagement/issues"
},
"homepage": "https://github.com/GauravPandey123webdeveloper/bookManagement#readme",
"dependencies": {
"aws-sdk": "^2.1405.0",
"dotenv": "^16.2.0",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "^7.3.0",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}