22 lines
439 B
JSON
22 lines
439 B
JSON
{
|
|
"name": "unity-auth-backend",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.1",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongoose": "^8.16.0",
|
|
"nodemailer": "^7.0.6"
|
|
}
|
|
}
|