{ "name": "clash-speed-test", "version": "1.0.0", "description": "Clash节点测速工具,支持定时监控和Telegram通知", "main": "src/app.js", "scripts": { "start": "node src/app.js", "dev": "nodemon src/app.js", "test": "jest", "migrate": "node src/database/migrate.js", "seed": "node src/database/seed.js", "launch": "node start.js", "test-subscription": "node test-subscription.js", "test-telegram": "node test-telegram.js", "test-ping": "node test-ping.js", "test-ping-new": "node test-ping-new.js", "get-chat-id": "node get-chat-id.js" }, "keywords": [ "clash", "speed-test", "telegram", "monitoring" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.0", "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "helmet": "^7.1.0", "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.6", "mysql2": "^3.6.5", "node-cron": "^3.0.3", "node-telegram-bot-api": "^0.64.0", "proxy-agent": "^6.5.0", "sequelize": "^6.35.0", "shadowsocks-js": "^1.2.1", "socks-proxy-agent": "^8.0.5", "tcp-ping": "^0.1.1", "winston": "^3.11.0", "yaml": "^2.3.4" }, "devDependencies": { "jest": "^29.7.0", "nodemon": "^3.0.1", "supertest": "^6.3.3" } }