feat(bikegear): add package.json to local scraper folder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ac0c37670b
commit
ead5d75309
12
bikegear-local-scraper/package.json
Normal file
12
bikegear-local-scraper/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user