mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "star-auth-system",
|
|
"version": "1.0.0",
|
|
"description": "STAR Phase 1 - Tier 1 Auth System with CSRF, Rate Limiting, RBAC, Google & System Auth",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.16.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"csurf": "^1.11.0",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.10.0",
|
|
"express-session": "^1.17.3",
|
|
"express-validator": "^7.0.1",
|
|
"ffprobe-static": "^3.1.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"form-data": "^4.0.5",
|
|
"google-auth-library": "^9.0.0",
|
|
"jsonwebtoken": "^9.0.1",
|
|
"multer": "^2.1.1",
|
|
"nodemailer": "^6.9.5",
|
|
"passport": "^0.6.0",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"path": "^0.12.7",
|
|
"pg": "^8.11.3",
|
|
"pg-hstore": "^2.3.4",
|
|
"rate-limit-redis": "^4.0.0",
|
|
"redis": "^4.6.7",
|
|
"sequelize": "^6.32.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|