{ "name": "@brightdata/cli", "version": "0.3.3", "description": "Command-line interface for Bright Data. Scrape, search, extract structured data, and automate browsers directly from your terminal.", "main": "dist/index.js", "bin": { "brightdata": "dist/index.js", "bdata": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "clean": "rm -rf dist", "prepublishOnly": "pnpm run build", "type-check": "tsc --noEmit", "test:watch": "vitest", "test": "vitest run", "publish-beta": "npm publish --tag beta", "publish-prod": "npm publish --access public" }, "keywords": [ "brightdata", "bright-data", "cli", "web-scraping", "scraper", "serp", "data-extraction", "proxy", "unlocker", "dataset" ], "author": "Bright Data", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/brightdata/cli.git" }, "bugs": { "url": "https://github.com/brightdata/cli/issues" }, "homepage": "https://brightdata.com", "engines": { "node": ">=20.0.0" }, "files": [ "dist", "README.md" ], "packageManager": "pnpm@10.12.1", "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "vitest": "^4.0.0" }, "dependencies": { "@clack/prompts": "^1.1.0", "@inquirer/prompts": "^8.2.1", "commander": "^14.0.2", "open": "^11.0.0", "picocolors": "^1.1.1", "playwright-core": "^1.58.2", "xdg-basedir": "^5.1.0" } }