MOHAN ead5d75309 feat(bikegear): add package.json to local scraper folder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-06 00:33:40 +05:30

13 lines
247 B
JSON

{
"name": "bikegear-scraper",
"version": "1.0.0",
"description": "Standalone BikeGear.in scraper",
"main": "bikegear-scraper.js",
"scripts": {
"start": "node bikegear-scraper.js"
},
"dependencies": {
"axios": "^1.13.2"
}
}