feat(bikegear): add package.json to local scraper folder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
MOHAN 2026-08-06 00:33:40 +05:30
parent ac0c37670b
commit ead5d75309

View File

@ -0,0 +1,12 @@
{
"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"
}
}