项目文件夹

文件
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:08:49 +08:00

67 行
1.4 KiB
JSON

{
"name": "@gui-agent/shared",
"version": "0.3.0",
"description": "Shared types for GUI-Agent",
"repository": {
"type": "git",
"url": "https://github.com/bytedance/UI-TARS-desktop"
},
"bugs": {
"url": "https://github.com/bytedance/UI-TARS-desktop/issues"
},
"exports": {
"./types": {
"types": "./dist/types/index.d.ts",
"import": "./dist/types/index.mjs",
"require": "./dist/types/index.js"
},
"./base": {
"types": "./dist/base/index.d.ts",
"import": "./dist/base/index.mjs",
"require": "./dist/base/index.js"
},
"./utils": {
"types": "./dist/utils/index.d.ts",
"import": "./dist/utils/index.mjs",
"require": "./dist/utils/index.js"
}
},
"typesVersions": {
"*": {
"*": [
"./src/*/index.ts"
]
}
},
"scripts": {
"dev": "rslib build --watch",
"build": "rslib build",
"build:watch": "rslib build --watch",
"test": "vitest"
},
"keywords": [
"UI-TARS",
"GUI Agent",
"SDK"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist",
"src"
],
"dependencies": {
"@agent-infra/logger": "0.0.2-beta.2",
"@tarko/agent": "workspace:*",
"@tarko/agent-interface": "workspace:*"
},
"devDependencies": {
"@rslib/core": "0.10.0",
"typescript": "^5.7.2",
"vitest": "^3.0.2"
}
}