{ "name": "@stock-bot/browser", "version": "1.0.0", "description": "High-performance browser automation library with proxy support", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "bun test", "clean": "rm -rf dist", "cli": "bun run src/cli.ts", "validate": "bun run src/cli.ts --validate", "check": "bun run src/cli.ts --check" }, "dependencies": { "playwright": "^1.53.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "@stock-bot/logger": "workspace:*", "@stock-bot/http": "workspace:*" } }