Select Git revision
package.json
-
Sandeep Jha authoredSandeep Jha authored
This project manages its dependencies using npm.
Learn more
package.json 193 B
{
"scripts": {
"test": "jest"
},
"dependencies": {
"express": "^4.18.2",
"jest": "^29.6.0",
"mongoose": "^7.3.1",
"supertest": "^6.3.3",
"winston": "^3.9.0"
}
}