insurance-spider/package.json

27 lines
633 B
JSON

{
"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",
"puppeteer": "^24.27.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}