{ "name": "browseros-cli", "version": "0.2.0", "description": "Command-line interface for controlling BrowserOS — launch and automate the browser from the terminal", "bin": { "browseros-cli": "bin/browseros-cli.js" }, "scripts": { "postinstall": "node scripts/postinstall.js" }, "keywords": [ "browseros", "cli", "browser", "automation", "mcp", "ai-agent", "model-context-protocol" ], "repository": { "type": "git", "url": "https://github.com/browseros-ai/BrowserOS", "directory": "packages/browseros-agent/apps/cli/npm" }, "homepage": "https://browseros.com", "bugs": "https://github.com/browseros-ai/BrowserOS/issues", "license": "MIT", "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "engines": { "node": ">=18" }, "files": [ "bin/", "scripts/", "README.md" ] }