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",
|
2021-03-09 00:10:43 +00:00
|
|
|
"fastify-cookie": "^5.1.0",
|
2021-04-06 22:29:07 +00:00
|
|
|
"fastify-cors": "^5.2.0",
|
2021-03-03 19:26:05 +00:00
|
|
|
"fastify-static": "^4.0.1",
|
2021-03-09 00:10:43 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-04-06 22:29:07 +00:00
|
|
|
"mongodb": "^3.6.4",
|
2021-04-26 23:52:33 +00:00
|
|
|
"nodemailer": "^6.5.0",
|
|
|
|
|
"otplib": "^12.0.1"
|
2021-03-02 18:40:18 +00:00
|
|
|
}
|
|
|
|
|
}
|