Add backend policy tests and API client split
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m8s

This commit is contained in:
Cauê Faleiros
2026-05-28 16:00:30 -03:00
parent 5648dc7986
commit aa59e642af
11 changed files with 298 additions and 171 deletions

View File

@@ -3,15 +3,18 @@
"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": "^1.4.5-lts.1",
"multer": "^2.1.0",
"mysql2": "^3.9.1",
"nodemailer": "^8.0.1",
"uuid": "^9.0.1"
"uuid": "^13.0.0"
}
}