Skip to content

Commit

Permalink
readded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josiehandeveloper committed Apr 2, 2024
1 parent d3485ba commit 919a0df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "VRMS Backend",
"main": "server.js",
"scripts": {
"lint": "eslint .",
"format": "prettier --check .",
"test": "jest",
"test:watch": "jest --watch",
"start": "node server.js",
Expand All @@ -29,6 +31,7 @@
"eslint-plugin-react": "^7.20.6",
"jest": "^26.4.0",
"nodemon": "^2.0.2",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.2",
"supertest": "^4.0.2",
"why-is-node-running": "^2.2.0"
Expand Down

0 comments on commit 919a0df

Please sign in to comment.