12345678910111213141516171819202122232425 |
- {
- "name": "kq",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "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.19.2",
- "md5": "^2.3.0",
- "multer": "^1.4.5-lts.1",
- "mysql2": "^3.11.0",
- "nodemailer": "^6.9.14",
- "redis": "^4.7.0",
- "svg-captcha": "^1.4.0"
- }
- }
|