sbuhacks/auth/package.json

19 lines
356 B
JSON
Raw Permalink Normal View History

2022-09-24 17:06:11 -04:00
{
"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",
2022-09-24 20:23:26 -04:00
"jsonwebtoken": "^8.5.1",
2022-09-24 17:06:11 -04:00
"mongoose": "^6.6.1",
"pg": "^8.8.0"
}
}