UNPKG

@ui-tars/operator-browser

Version:
52 lines 1.19 kB
{ "name": "@ui-tars/operator-browser", "description": "Native-browser operator for UI-TARS", "version": "1.2.3", "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": { "@agent-infra/browser": "0.1.1", "@agent-infra/logger": "0.0.1", "@ui-tars/sdk": "1.2.3" }, "devDependencies": { "node-notifier": "10.0.1", "@rslib/core": "0.10.0", "typescript": "^5.7.2", "vitest": "^3.0.2", "ts-node": "^10.9.2", "@types/big.js": "^6.2.2", "@agent-infra/browser": "0.1.1", "@common/configs": "0.0.1", "@ui-tars/sdk": "1.2.3" }, "scripts": { "dev": "rslib build --watch", "build": "rslib build", "build:watch": "rslib build --watch", "test": "vitest" } }