{
  "name": "codex-computer-use-mcp",
  "version": "0.5.0",
  "description": "Expose the official macOS Computer Use tools directly to Pi and MCP clients without a nested model.",
  "author": "Thomas Mustier",
  "license": "MIT",
  "type": "module",
  "os": [
    "darwin"
  ],
  "keywords": [
    "computer-use",
    "macos",
    "automation",
    "pi-package",
    "mcp"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./integrations/pi/index.ts"
    ]
  },
  "bin": {
    "codex-computer-use-mcp": "dist/mcp-server.js"
  },
  "files": [
    "dist",
    "integrations/pi/index.ts",
    "README.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "lint": "oxlint --deny-warnings",
    "check": "npm run lint && tsc -p tsconfig.json --noEmit",
    "pretest": "npm run build",
    "test": "node --test test/*.test.ts",
    "prepack": "npm run build",
    "prepublishOnly": "npm run check && npm run check:pi && npm test",
    "check:pi": "npm run build && npx tsc --ignoreConfig --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --strict --skipLibCheck --types node integrations/pi/index.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "zod": "4.4.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.7",
    "@earendil-works/pi-tui": "0.80.7",
    "@oxlint/plugins": "1.79.0",
    "@types/node": "24.13.3",
    "oxlint": "1.79.0",
    "typescript": "7.0.2"
  },
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tmustier/codex-computer-use-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/tmustier/codex-computer-use-mcp/issues"
  },
  "homepage": "https://github.com/tmustier/codex-computer-use-mcp#readme"
}
