bytedance--ui-tars-desktop
1a390b2815
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
UI-TARS E2E Test / E2E (macos-13) (push) Has been cancelled
UI-TARS E2E Test / E2E (macos-latest) (push) Has been cancelled
UI-TARS E2E Test / E2E (windows-latest) (push) Has been cancelled
CI Test, Typecheck / Test & Typecheck (push) Has been cancelled
49 行
1.1 KiB
JSON
49 行
1.1 KiB
JSON
{
|
|
"name": "@gui-agent/operator-browser",
|
|
"description": "Native-browser operator for GUI Agent",
|
|
"version": "0.3.0",
|
|
"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",
|
|
"scripts": {
|
|
"dev": "rslib build --watch",
|
|
"build": "rslib build",
|
|
"build:watch": "rslib build --watch",
|
|
"test": "vitest"
|
|
},
|
|
"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.2-beta.2",
|
|
"@agent-infra/puppeteer-enhance": "0.1.6",
|
|
"@gui-agent/shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@rslib/core": "0.10.0",
|
|
"typescript": "^5.7.2",
|
|
"vitest": "^3.0.2",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|