-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "chocodata-cli",
"version": "0.1.0",
"description": "Command-line interface for the Chocodata web scraping API. Scrape Amazon, Walmart, eBay, Bing, TikTok and 490+ more endpoints from your terminal, as JSON or NDJSON.",
"keywords": ["web-scraping", "scraper", "scraping-api", "cli", "amazon-scraper", "walmart-scraper", "ndjson", "chocodata"],
"homepage": "https://chocodata.com",
"repository": { "type": "git", "url": "git+https://github.com/ChocoData-com/chocodata-cli.git" },
"bugs": "https://github.com/ChocoData-com/chocodata-cli/issues",
"license": "MIT",
"author": "Chocodata",
"type": "module",
"bin": { "chocodata": "bin/chocodata.js" },
"files": ["bin", "README.md", "LICENSE"],
"engines": { "node": ">=18" },
"dependencies": { "chocodata": "^0.1.0" }
}