package.json 535 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "heiyan",
  3. "version": "1.0.0",
  4. "main": "start_data.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "axios": "^1.7.7",
  13. "bignumber.js": "^9.1.2",
  14. "cors": "^2.8.5",
  15. "csv-parser": "^3.0.0",
  16. "express": "^4.21.1",
  17. "json-bigint": "^1.0.0",
  18. "mysql2": "^3.11.4",
  19. "redis": "^4.7.0",
  20. "sharp": "^0.33.5",
  21. "tesseract.js": "^5.1.1",
  22. "ws": "^8.18.0",
  23. "xlsx": "^0.18.5"
  24. }
  25. }