web-scrap-ai
Version:
A chatbot CLI for web scraping using Puppeteer
42 lines (41 loc) • 991 B
JSON
{
"name": "web-scrap-ai",
"version": "1.0.4",
"description": "A chatbot CLI for web scraping using Puppeteer",
"main": "index.js",
"bin": {
"web-scrap-ai": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"web-scrap-ai": "node index.js",
"postinstall": "node install.js"
},
"keywords": [
"web scraping",
"AI chatbot",
"CLI tool",
"Groq",
"JSON"
],
"author": "Akash Singh",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AK2k30/npm-web-scrapper"
},
"bugs": {
"url": "https://github.com/AK2k30/npm-web-scrapper/issues"
},
"homepage": "https://github.com/AK2k30/npm-web-scrapper#readme",
"dependencies": {
"cheerio": "^1.0.0",
"chromedriver": "^128.0.0",
"dotenv": "^16.4.5",
"groq-sdk": "^0.5.0",
"puppeteer": "^23.1.1",
"readline-sync": "^1.4.10",
"selenium-webdriver": "^4.23.0"
}
}