12345678910111213141516171819 |
- {
- "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",
- "body-parser": "^1.20.2",
- "cors": "^2.8.5",
- "express": "^4.19.2",
- "mysql": "^2.18.1",
- "mysql2": "^3.11.0"
- }
- }
|