91e75e620b
CI: cua-driver distro-compat matrix / debian:12 (glibc 2.36) (push) Has been cancelled
CI: SPDX Headers / Check SPDX headers (warn-only) (push) Has been cancelled
CD: Docs MCP Server / build (linux/amd64) (push) Has been cancelled
CD: Docs MCP Server / build (linux/arm64) (push) Has been cancelled
CD: Docs MCP Server / merge (push) Has been cancelled
CI: cua-driver distro-compat matrix / Resolve release version (push) Has been cancelled
CI: cua-driver distro-compat matrix / fedora:41 (glibc 2.40) (push) Has been cancelled
CI: cua-driver distro-compat matrix / rockylinux:9 (glibc 2.34) (push) Has been cancelled
CI: cua-driver distro-compat matrix / ubuntu:22.04 (glibc 2.35) (push) Has been cancelled
CI: cua-driver distro-compat matrix / ubuntu:24.04 (glibc 2.39) (push) Has been cancelled
CI: cua-driver distro-compat matrix / Distro compat summary (push) Has been cancelled
CI: Rust Linux unit / Rust Linux unit and compile (push) Has been cancelled
CI: Rust Windows unit / Rust Windows unit and compile (push) Has been cancelled
CI: Nix Linux Rust source / Nix / compositor build (push) Has been cancelled
CI: Nix Linux Rust source / Nix / driver package (push) Has been cancelled
CI: Nix Linux Rust source / Nix / Rust unit tests (push) Has been cancelled
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "cuabot",
|
|
"version": "1.0.15",
|
|
"packageManager": "pnpm@10.11.0",
|
|
"description": "Sandboxed, co-op computer-use agents",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/trycua/cua",
|
|
"directory": "libs/cuabot"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"bin": {
|
|
"cuabot": "./bin/cuabot.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "npx tsx src/cuabot.tsx",
|
|
"dev": "npx tsx --watch src/cuabot.tsx",
|
|
"serve": "npx tsx src/cuabot.tsx --serve",
|
|
"stop": "npx tsx src/cuabot.tsx --stop",
|
|
"status": "npx tsx src/cuabot.tsx --status"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
|
|
"@lydell/node-pty": "1.2.0-beta.3",
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"better-sqlite3": "^11.0.0",
|
|
"get-windows": "^9.2.3",
|
|
"ink": "^5.1.0",
|
|
"ink-spinner": "^5.0.0",
|
|
"ink-text-input": "^6.0.0",
|
|
"playwright": "^1.58.1",
|
|
"posthog-node": "^5.24.9",
|
|
"react": "^18.3.1",
|
|
"sharp": "^0.34.5",
|
|
"tsx": "^4.19.0",
|
|
"uuid": "^13.0.1",
|
|
"ws": "^8.21.0",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.0",
|
|
"@types/node": "^25.2.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/ws": "^8.18.1",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@hono/node-server": "1.19.13",
|
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
"ajv": "8.18.0",
|
|
"brace-expansion": "2.0.3",
|
|
"fast-uri": "3.1.2",
|
|
"hono": "4.12.25",
|
|
"ip-address": "10.1.1",
|
|
"minimatch": "9.0.7",
|
|
"path-to-regexp": "8.4.0",
|
|
"qs": "6.15.2",
|
|
"tar": "7.5.16",
|
|
"uuid": "13.0.1",
|
|
"ws": "8.21.0"
|
|
}
|
|
}
|
|
}
|