Initial CLI support

This commit is contained in:
2025-05-27 23:54:20 -04:00
parent 8043c10df2
commit 411e21ca7a
6 changed files with 1035 additions and 362 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "greasemonkey",
"version": "1.0.0",
"main": "ebay_command_line_tool.js",
"license": "MIT",
"dependencies": {
"puppeteer": "^24.9.0"
},
"scripts": {
"scrape": "node ebay_command_line_tool.js"
}
}