12345678910111213141516171819202122232425 |
- {
- "name": "heiyan",
- "version": "1.0.0",
- "main": "start_data.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "axios": "^1.7.7",
- "bignumber.js": "^9.1.2",
- "cors": "^2.8.5",
- "csv-parser": "^3.0.0",
- "express": "^4.21.1",
- "json-bigint": "^1.0.0",
- "mysql2": "^3.11.4",
- "redis": "^4.7.0",
- "sharp": "^0.33.5",
- "tesseract.js": "^5.1.1",
- "ws": "^8.18.0",
- "xlsx": "^0.18.5"
- }
- }
|