1234567891011121314151617181920212223242526 |
- {
- "name": "gitnexus-backend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "node index.js"
- },
- "author": "thc",
- "dependencies": {
- "axios": "^1.7.4",
- "bcryptjs": "^2.4.3",
- "body-parser": "^1.20.2",
- "chalk": "^4.1.2",
- "cors": "^2.8.5",
- "express": "^4.21.1",
- "isbinaryfile": "^5.0.4",
- "multer": "^1.4.5-lts.1",
- "mysql2": "^3.11.0",
- "nodemailer": "^6.9.14",
- "redis": "^4.7.0",
- "simple-git": "^3.27.0",
- "svg-captcha": "^1.4.0",
- "uuid": "^11.0.3"
- }
- }
|