Metatron_Admin_Backend/package.json
2025-10-09 10:10:50 +05:30

37 lines
882 B
JSON

{
"name": "crawlerx",
"version": "1.0.0",
"type": "module",
"main": "crawler.js",
"scripts": {
"start": "node crawler.js https://example.com 200",
"dev": "nodemon crawler.js https://example.com 200"
},
"dependencies": {
"axios": "^1.12.2",
"bcrypt": "^6.0.0",
"cheerio": "^1.1.0",
"chrome-launcher": "^1.2.1",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"got": "^14.4.7",
"jsonwebtoken": "^9.0.2",
"lighthouse": "^12.8.2",
"mongoose": "^8.18.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.6",
"normalize-url": "^8.0.2",
"sitemapper": "^3.2.7",
"slugify": "^1.6.6",
"string-pixel-width": "^1.11.0",
"string-similarity": "^4.0.4",
"stripe": "^18.5.0",
"text-readability": "^1.1.1"
},
"devDependencies": {
"nodemon": "^3.1.10",
"playwright": "^1.55.0"
}
}