node-auth/api/package.json

25 lines
543 B
JSON
Raw Permalink Normal View History

2021-03-02 18:40:18 +00:00
{
"name": "node-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bradley Shellnut",
"license": "ISC",
"dependencies": {
2021-03-05 05:12:49 +00:00
"bcryptjs": "^2.4.3",
2021-03-03 19:26:05 +00:00
"dotenv": "^8.2.0",
2021-03-02 18:40:18 +00:00
"fastify": "^3.12.0",
"fastify-cookie": "^5.1.0",
"fastify-cors": "^5.2.0",
2021-03-03 19:26:05 +00:00
"fastify-static": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.4",
"nodemailer": "^6.5.0",
"otplib": "^12.0.1"
2021-03-02 18:40:18 +00:00
}
}