Created
December 28, 2024 14:23
-
-
Save uratmangun/022ae54b9fec8b3ba41328b06d4ec8bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@uratmangun/scraper-tool", | |
"version": "1.0.0", | |
"description": "A CLI tool for web scraping and Google search", | |
"type": "module", | |
"bin": { | |
"@uratmangun/scraper-tool": "./bin/cli.js" | |
}, | |
"files": [ | |
"bin", | |
"scripts" | |
], | |
"scripts": { | |
"scrape": "node scripts/scrape.mjs", | |
"search": "node scripts/search.mjs", | |
"tool": "node scripts/scrape-or-search.mjs" | |
}, | |
"keywords": [ | |
"scraper", | |
"cli", | |
"google-search", | |
"web-scraping", | |
"playwright" | |
], | |
"author": "uratmangun", | |
"license": "MIT", | |
"dependencies": { | |
"dotenv": "^16.4.7", | |
"https-proxy-agent": "^7.0.6", | |
"ky": "^1.7.4", | |
"openai": "^4.77.0", | |
"playwright": "^1.49.1", | |
"request-promise": "^4.2.6", | |
"zod": "^3.24.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment