{
  "name": "@alexcodeplace/chatgpt-computer-mcp",
  "version": "0.2.0",
  "private": true,
  "type": "module",
  "description": "Visual computer-use MCP for Linux: ChatGPT observes screenshots and executes explicit desktop input actions.",
  "engines": {
    "node": ">=22"
  },
  "packageManager": "pnpm@11.20.0",
  "scripts": {
    "build": "pnpm build:ts && pnpm build:native",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "tsx --test test/**/*.test.ts",
    "secret-check": "bash scripts/secret-check.sh",
    "doctor": "bash scripts/doctor.sh",
    "status": "bash scripts/status.sh",
    "gate": "bash -n install.sh scripts/*.sh && node -e 'JSON.parse(require(\"fs\").readFileSync(\"config.example.json\", \"utf8\"))' && tsc -p tsconfig.json --noEmit && tsx --test test/**/*.test.ts && pnpm build && bash scripts/secret-check.sh",
    "start": "node dist/src/stdio.js",
    "start:stdio": "node dist/src/stdio.js",
    "dev:stdio": "tsx src/stdio.ts",
    "build:ts": "tsc -p tsconfig.json",
    "build:native": "bash scripts/build-wayland-helper.sh"
  },
  "dependencies": {
    "@modelcontextprotocol/server": "2.0.0",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@modelcontextprotocol/client": "2.0.0",
    "@types/node": "24.13.3",
    "tsx": "4.23.12",
    "typescript": "6.0.3"
  },
  "license": "MIT"
}
