{ "name": "net-spider", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "pm2 start ecosystem.config.cjs", "stop": "pm2 stop all", "stats": "node stats.js", "restart": "pm2 restart all" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.12.2", "better-sqlite3": "^12.4.1", "cheerio": "^1.1.2", "json5": "^2.2.3", "nodemailer": "^7.0.6" } }