Skip to content

Commit

Permalink
chore: package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Sharma <[email protected]>
  • Loading branch information
ThisChirag committed Dec 25, 2024
1 parent 3d93f1a commit a402df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "nodemon --watch src --ext ts --exec \"tsc && node dist/server.js\"",
"clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
"format": "prettier --write .",
"lint": "eslint . ",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean:all": "rm -rf node_modules dist && rm -f package-lock.json pnpm-lock.yaml"
},
Expand Down Expand Up @@ -48,7 +48,6 @@
"@types/yamljs": "^0.2.34",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"bcrypt": "^5.1.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
Expand All @@ -64,6 +63,7 @@
"@prisma/client": "^6.1.0",
"@types/pg": "^8.11.10",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"dns": "^0.2.2",
"dotenv": "^16.4.7",
"jsonwebtoken": "^9.0.2",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a402df7

Please sign in to comment.