Skip to content

Commit

Permalink
Updated package.json for devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m-chadda committed Jan 20, 2025
1 parent 56c2eaf commit f62335a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"axios": "^1.7.9",
"form-data": "^4.0.1"
"form-data": "^4.0.1",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
Expand Down

0 comments on commit f62335a

Please sign in to comment.