{ "name": "clawx", "version": "0.4.3", "pnpm": { "onlyBuiltDependencies": [ "@discordjs/opus", "@whiskeysockets/baileys", "electron", "esbuild", "koffi", "node-llama-cpp", "protobufjs", "sharp" ], "overrides": { "isbinaryfile": "^5.0.0" }, "supportedArchitectures": { "os": [ "current" ], "cpu": [ "x64", "arm64" ] } }, "description": "ClawX - Graphical AI Assistant based on OpenClaw", "main": "dist-electron/main/index.js", "author": "ClawX Team", "license": "MIT", "private": true, "scripts": { "postinstall": "node scripts/patch-browser-hint.mjs", "init": "pnpm install && pnpm run uv:download", "predev": "node scripts/generate-ext-bridge.mjs && zx scripts/prepare-preinstalled-skills-dev.mjs", "dev": "vite", "ext:bridge": "node scripts/generate-ext-bridge.mjs", "build": "node scripts/generate-ext-bridge.mjs && pnpm run build:vite && zx scripts/bundle-openclaw.mjs && zx scripts/bundle-openclaw-plugins.mjs && zx scripts/bundle-preinstalled-skills.mjs && node scripts/run-electron-builder.mjs", "build:vite": "node --max-old-space-size=6144 ./node_modules/vite/bin/vite.js build", "bundle:openclaw-plugins": "zx scripts/bundle-openclaw-plugins.mjs", "bundle:preinstalled-skills": "zx scripts/bundle-preinstalled-skills.mjs", "lint": "eslint . --fix", "lint:check": "eslint .", "typecheck": "tsc --noEmit", "test": "vitest run", "test:e2e": "pnpm run build:vite && playwright test", "test:e2e:headed": "pnpm run build:vite && playwright test --headed", "harness": "pnpm --filter @clawx/harness start --", "harness:ci": "pnpm harness list && pnpm harness validate --spec harness/specs/scenarios/gateway-backend-communication.md && pnpm harness validate --spec harness/specs/tasks/fix-chat-history-gateway-timeout.example.md --no-diff && pnpm harness run --spec harness/specs/scenarios/gateway-backend-communication.md --dry-run && pnpm exec vitest run tests/unit/harness-specs.test.ts tests/unit/harness-git.test.ts", "comms:replay": "node scripts/comms/replay.mjs", "comms:baseline": "node scripts/comms/baseline.mjs", "comms:compare": "node scripts/comms/compare.mjs", "uv:download": "zx scripts/download-bundled-uv.mjs", "uv:download:mac": "zx scripts/download-bundled-uv.mjs --platform=mac", "uv:download:win": "zx scripts/download-bundled-uv.mjs --platform=win", "uv:download:linux": "zx scripts/download-bundled-uv.mjs --platform=linux", "uv:download:all": "zx scripts/download-bundled-uv.mjs --all", "node:download:win": "zx scripts/download-bundled-node.mjs --platform=win", "prep:win-binaries": "pnpm run uv:download:win && pnpm run node:download:win", "icons": "zx scripts/generate-icons.mjs", "package": "node scripts/generate-ext-bridge.mjs && pnpm run build:vite && zx scripts/bundle-openclaw.mjs && zx scripts/bundle-openclaw-plugins.mjs && zx scripts/bundle-preinstalled-skills.mjs", "package:mac": "pnpm run package && node scripts/run-electron-builder.mjs --mac --publish never", "package:mac:local": "SKIP_PREINSTALLED_SKILLS=1 pnpm run package && node scripts/run-electron-builder.mjs --mac --publish never", "package:win": "pnpm run prep:win-binaries && pnpm run package && node scripts/run-electron-builder.mjs --win --publish never", "package:linux": "pnpm run package && node scripts/run-electron-builder.mjs --linux --publish never", "release": "pnpm run uv:download && pnpm run package && node scripts/run-electron-builder.mjs --publish always", "preversion": "node scripts/pre-version-fetch-tags.mjs", "version": "node scripts/assert-release-version.mjs", "version:patch": "pnpm version patch", "version:minor": "pnpm version minor", "version:major": "pnpm version major", "version:preminor-alpha": "pnpm version preminor --preid=alpha", "version:prerelease-alpha": "pnpm version prerelease --preid=alpha", "version:prerelease-beta": "pnpm version prerelease --preid=beta", "release:validate": "node scripts/assert-tag-matches-package.mjs", "postversion": "node scripts/post-version-push.mjs" }, "dependencies": { "@monaco-editor/react": "^4.7.0", "@sinclair/typebox": "^0.34.48", "@types/diff": "^8.0.0", "chokidar": "^5.0.0", "clawhub": "^0.5.0", "diff": "^9.0.0", "electron-store": "^11.0.2", "electron-updater": "^6.8.3", "katex": "^0.16.45", "lru-cache": "^11.2.6", "monaco-editor": "^0.55.1", "ms": "^2.1.3", "node-machine-id": "^1.1.12", "pdfjs-dist": "^5.7.284", "posthog-node": "^5.28.0", "rehype-katex": "^7.0.1", "remark-frontmatter": "^5.0.0", "remark-math": "^6.0.0", "tar": "^6.2.1", "ws": "^8.19.0", "xlsx": "^0.18.5" }, "devDependencies": { "@buape/carbon": "0.16.0", "@discordjs/voice": "^0.19.2", "@eslint/js": "^10.0.1", "@grammyjs/runner": "^2.0.3", "@grammyjs/transformer-throttler": "^1.2.1", "@homebridge/ciao": "^1.3.7", "@larksuite/openclaw-lark": "2026.4.8", "@larksuiteoapi/node-sdk": "^1.61.1", "@playwright/test": "^1.56.1", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-toast": "^1.2.15", "@radix-ui/react-tooltip": "^1.2.8", "@soimy/dingtalk": "^3.5.3", "@tencent-connect/qqbot-connector": "^1.1.0", "@tencent-weixin/openclaw-weixin": "^2.1.9", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/node": "^25.3.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", "@vitejs/plugin-react": "^5.1.4", "@wecom/wecom-openclaw-plugin": "^2026.4.23", "@whiskeysockets/baileys": "7.0.0-rc.9", "acpx": "0.5.3", "autoprefixer": "^10.4.24", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "discord-api-types": "^0.38.47", "electron": "^40.6.0", "electron-builder": "^26.8.1", "eslint": "^10.0.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "framer-motion": "^12.34.2", "globals": "^17.3.0", "grammy": "^1.42.0", "https-proxy-agent": "^9.0.0", "i18next": "^25.8.11", "jsdom": "^28.1.0", "lucide-react": "^0.563.0", "mpg123-decoder": "^1.0.3", "openclaw": "2026.4.23", "opusscript": "^0.1.1", "playwright-core": "1.59.1", "png2icons": "^2.0.1", "postcss": "^8.5.6", "qrcode-terminal": "0.12.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^16.5.4", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.0", "remark-gfm": "^4.0.1", "sharp": "^0.34.5", "silk-wasm": "^3.7.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tailwindcss": "^3.4.19", "tailwindcss-animate": "^1.0.7", "typescript": "^5.9.3", "undici": "8.1.0", "use-stick-to-bottom": "^1.1.3", "vite": "^7.3.1", "vite-plugin-electron": "^0.29.0", "vite-plugin-electron-renderer": "^0.14.6", "vitest": "^4.0.18", "zustand": "^5.0.11", "zx": "^8.8.5" }, "packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800" }