| 12345678910111213141516171819202122232425262728 |
- {
- "name": "ic-ctbu-backend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "node index.js"
- },
- "author": "thc",
- "license": "ISC",
- "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",
- "multer": "^1.4.5-lts.1",
- "mysql2": "^3.11.0",
- "node-forge": "^1.3.1",
- "nodemailer": "^6.9.14",
- "puppeteer": "^23.9.0",
- "redis": "^4.7.0",
- "svg-captcha": "^1.4.0",
- "ua-parser-js": "^2.0.4",
- "uuid": "^11.0.3"
- }
- }
|