Files
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

54 lines
1.2 KiB
JSON

{
"name": "@gui-agent/cli",
"version": "0.3.0",
"description": "CLI for GUI Agent",
"repository": {
"type": "git",
"url": "https://github.com/bytedance/UI-TARS-desktop"
},
"bugs": {
"url": "https://github.com/bytedance/UI-TARS-desktop/issues"
},
"bin": {
"gui-agent": "./bin/index.js"
},
"keywords": [
"CLI",
"GUI-Agent",
"Automation"
],
"scripts": {
"dev": "rslib build --watch",
"build": "rslib build",
"build:watch": "rslib build --watch",
"cli": "node bin/index.js",
"test": "vitest"
},
"license": "Apache-2.0",
"files": [
"dist",
"bin"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"commander": "^14.0.0",
"jimp": "1.6.0",
"js-yaml": "^4.1.0",
"@clack/prompts": "^0.11.0",
"@gui-agent/agent-sdk": "workspace:*",
"@gui-agent/operator-nutjs": "workspace:*",
"@gui-agent/operator-adb": "workspace:*",
"@gui-agent/operator-browser": "workspace:*",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@rslib/core": "0.10.0",
"@types/js-yaml": "^4.0.9",
"@types/node-fetch": "^2.6.2",
"typescript": "^5.5.3",
"vitest": "3.2.4"
}
}