Moved ebay scraping into separate directory and added rust version
This commit is contained in:
13
ebay_storage/javascript/package.json
Normal file
13
ebay_storage/javascript/package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "greasemonkey",
|
||||
"version": "1.0.0",
|
||||
"main": "ebay_command_line_tool.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"puppeteer": "^24.9.0",
|
||||
"commander": "^14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"scrape": "node ebay_command_line_tool.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user