Skip to content

Commit

Permalink
Downgrading pkg-reader version
Browse files Browse the repository at this point in the history
  • Loading branch information
devbenho committed Jun 2, 2024
1 parent c21a23c commit 4c7f0e3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "Bug-Zone Api",
"name": "Bug-Zone-Api",
"description": "Application to manage bugs in a project",
"author": {
"name": "Benho",
"email": "Name",
"url": "url"
},

},
"version": "1.0.0",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -57,7 +56,7 @@
"pino": "^8.19.0",
"pino-http": "^10.1.0",
"pino-pretty": "^10.3.1",
"read-pkg": "^9.0.1",
"read-pkg": "5.2.0",
"rxjs": "^7.8.1",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2",
Expand All @@ -66,8 +65,13 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/figlet": "^1.5.8",
"@types/jsonwebtoken": "^9.0.6",
"@types/method-override": "^0.0.35",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.28",
"dotenv": "^16.4.2",
Expand Down

0 comments on commit 4c7f0e3

Please sign in to comment.