node-auth/package.json

21 lines
460 B
JSON

{
"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": {
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"fastify": "^3.12.0",
"fastify-cookie": "^5.1.0",
"fastify-static": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.4"
}
}