UNPKG

@ui-tars/operator-browserbase

Version:
52 lines 1.16 kB
{ "name": "@ui-tars/operator-browserbase", "version": "1.2.2", "description": "Operator Browserbase SDK for UI-TARS", "repository": { "type": "git", "url": "https://github.com/bytedance/UI-TARS-desktop" }, "bugs": { "url": "https://github.com/bytedance/UI-TARS-desktop/issues" }, "keywords": [ "AI", "Core", "SDK", "Operator", "UI-TARS" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "license": "Apache-2.0", "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "dependencies": { "@browserbasehq/stagehand": "^1.13.0", "big.js": "^6.2.2", "@ui-tars/shared": "1.2.2" }, "peerDependencies": { "@ui-tars/sdk": "1.2.2" }, "devDependencies": { "@rslib/core": "^0.5.4", "typescript": "^5.7.2", "vitest": "^3.0.2", "@types/big.js": "^6.2.2", "@ui-tars/sdk": "1.2.2", "@common/configs": "0.0.1" }, "scripts": { "dev": "rslib build --watch", "build": "rslib build", "build:watch": "rslib build --watch", "test": "vitest" } }