Files
fasto/backend/package.json
Cauê Faleiros aa59e642af
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m8s
Add backend policy tests and API client split
2026-05-28 16:00:30 -03:00

21 lines
394 B
JSON

{
"name": "fasto-backend",
"version": "1.0.0",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.3",
"multer": "^2.1.0",
"mysql2": "^3.9.1",
"nodemailer": "^8.0.1",
"uuid": "^13.0.0"
}
}