CI / Lint (push) Canceled after 0s
CI / Build Test (stage-web) (push) Canceled after 0s
CI / Build Test (ui-loading-screens) (push) Canceled after 0s
CI / Build Test (ui-transitions) (push) Canceled after 0s
CI / Unit Test (push) Canceled after 0s
CI / Type Check (push) Canceled after 0s
CI / Check Provenance (push) Canceled after 0s
Sync Labels / sync-labels (push) Successful in 1m43s
- Remove stage-tamagotchi, stage-pocket, server, and engine workspaces with their workflows, addons, and docs - Switch the toolchain from pnpm to bun, replace lockfiles with bun.lock - Rewrite remaining product references to Moeka
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@proj-airi/computer-use-mcp",
|
|
"type": "module",
|
|
"version": "0.12.0-beta.5",
|
|
"private": true,
|
|
"description": "Moeka-specific macOS desktop orchestration MCP service",
|
|
"author": {
|
|
"name": "Moeka Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"bin": "./dist/bin/run.mjs",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"fixtures",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsx ./src/bin/run.ts",
|
|
"start": "tsx ./src/bin/run.ts",
|
|
"e2e:developer-workflow": "tsx ./src/bin/e2e-developer-workflow.ts",
|
|
"e2e:browser-reroute": "tsx ./src/bin/e2e-browser-reroute.ts",
|
|
"e2e:terminal-exec": "tsx ./src/bin/e2e-terminal-exec.ts",
|
|
"e2e:terminal-pty": "tsx ./src/bin/e2e-terminal-pty.ts",
|
|
"e2e:terminal-self-acquire": "tsx ./src/bin/e2e-terminal-self-acquire.ts",
|
|
"bootstrap:remote": "tsx ./src/bin/bootstrap-remote.ts",
|
|
"smoke:remote": "tsx ./src/bin/smoke-remote.ts",
|
|
"smoke:stdio": "tsx ./src/bin/smoke-stdio.ts",
|
|
"smoke:macos": "tsx ./src/bin/smoke-macos.ts",
|
|
"smoke:desktop-v3": "tsx ./src/bin/smoke-chrome-grounding.ts",
|
|
"smoke:workflow": "tsx ./src/bin/smoke-workflow.ts",
|
|
"mcp:inspector": "bunx @modelcontextprotocol/inspector bun run --filter @proj-airi/computer-use-mcp start",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run --config ./vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "catalog:",
|
|
"@moeru/std": "catalog:",
|
|
"node-pty": "catalog:",
|
|
"ws": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "catalog:"
|
|
}
|
|
}
|