{ "name": "heiyan", "version": "1.0.0", "main": "start_data.js", "scripts": { "start": "node tg_factory_main.js", "dev": "nodemon tg_factory_main.js", "test": "jest", "lint": "eslint .", "build": "webpack" }, "author": "", "license": "ISC", "description": "", "dependencies": { "amqplib": "^0.10.5", "axios": "^1.7.7", "axios-retry": "^4.5.0", "bignumber.js": "^9.1.2", "cheerio": "^1.1.0", "cors": "^2.8.5", "csv-parser": "^3.0.0", "date-fns": "^4.1.0", "express": "^4.21.1", "htmlparser2": "^10.0.0", "https-proxy-agent": "^7.0.5", "ioredis": "^5.4.1", "jsdom": "^26.1.0", "json-bigint": "^1.0.0", "kdl": "^1.2.5", "moment": "^2.30.1", "mysql2": "^3.11.4", "node-schedule": "^2.1.1", "redis": "^4.7.0", "request": "^2.88.2", "sharp": "^0.33.5", "tesseract.js": "^5.1.1", "ws": "^8.18.0", "xlsx": "^0.18.5" } }