Skip to content

Commit

Permalink
fix: indentation for json
Browse files Browse the repository at this point in the history
  • Loading branch information
montasim committed Jun 27, 2024
1 parent fd8e593 commit 29d25ca
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 50 deletions.
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@
"trailingComma": "es5",
"bracketSpacing": true,
"tabWidth": 4,
"useTabs": false
"useTabs": false,
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
}
]
}
98 changes: 49 additions & 49 deletions package.json
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"
}
}

0 comments on commit 29d25ca

Please # to comment.