-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
"name": "library-management-system-server", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "server.js", | ||
"type": "module", | ||
"engines": { | ||
"node": ">=20.x", | ||
"yarn": ">=1.22.x" | ||
}, | ||
"repository": "https://github.com/montasim/library-management-system-server.git", | ||
"author": { | ||
"name": "Mohammad Montasim -Al- Mamun Shuvo", | ||
"email": "montasimmamun@gmail.com", | ||
"mobile": "+8801722815469", | ||
"portfolio": "https://montasim-dev.web.app/", | ||
"linkedin": "https://www.linkedin.com/in/montasim", | ||
"github": "https://github.com/montasim" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "node server.js", | ||
"dev": "nodemon server.js", | ||
"build": "node build.js", | ||
"prettier:fix": "prettier . --write", | ||
"release": "standard-version" | ||
}, | ||
"keywords": [ | ||
"node.js", | ||
"express.js", | ||
"mongodb", | ||
"library", | ||
"library manaegment", | ||
"library manaegment system", | ||
"book", | ||
"book management", | ||
"book management system", | ||
"book store", | ||
"book store management", | ||
"book store management system" | ||
], | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"express": "^4.19.2" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^3.1.4", | ||
"prettier": "^3.3.2", | ||
"standard-version": "^9.5.0" | ||
} | ||
"name": "library-management-system-server", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "server.js", | ||
"type": "module", | ||
"engines": { | ||
"node": ">=20.x", | ||
"yarn": ">=1.22.x" | ||
}, | ||
"repository": "https://github.com/montasim/library-management-system-server.git", | ||
"author": { | ||
"name": "Mohammad Montasim -Al- Mamun Shuvo", | ||
"email": "montasimmamun@gmail.com", | ||
"mobile": "+8801722815469", | ||
"portfolio": "https://montasim-dev.web.app/", | ||
"linkedin": "https://www.linkedin.com/in/montasim", | ||
"github": "https://github.com/montasim" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "node server.js", | ||
"dev": "nodemon server.js", | ||
"build": "node build.js", | ||
"prettier:fix": "prettier . --write", | ||
"release": "standard-version" | ||
}, | ||
"keywords": [ | ||
"node.js", | ||
"express.js", | ||
"mongodb", | ||
"library", | ||
"library manaegment", | ||
"library manaegment system", | ||
"book", | ||
"book management", | ||
"book management system", | ||
"book store", | ||
"book store management", | ||
"book store management system" | ||
], | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"express": "^4.19.2" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^3.1.4", | ||
"prettier": "^3.3.2", | ||
"standard-version": "^9.5.0" | ||
} | ||
} |