sbuhacks/auth/package.json
2022-09-24 20:23:26 -04:00

19 lines
356 B
JSON

{
"name": "sbuhacks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"pg": "^8.8.0"
}
}