{
  "name": "@edward40/pi-computer-use",
  "version": "0.1.1",
  "description": "OpenAI-compatible computer-use tool for Pi, powered by Cua Driver",
  "author": "Edward",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SASUKE40/pi-computer-use.git"
  },
  "homepage": "https://github.com/SASUKE40/pi-computer-use#readme",
  "bugs": {
    "url": "https://github.com/SASUKE40/pi-computer-use/issues"
  },
  "keywords": [
    "pi-package",
    "computer-use",
    "cua",
    "automation"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "exports": "./src/index.ts",
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "tsx --test test/**/*.test.ts",
    "test:smoke": "tsx scripts/native-smoke.ts",
    "test:pi-smoke": "tsx scripts/pi-extension-smoke.ts",
    "pack:check": "npm pack --dry-run",
    "ci": "npm run typecheck && npm test && npm run pack:check"
  },
  "dependencies": {
    "@trycua/cua-driver": "0.18.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/node": "^22.0.0",
    "tsx": "^4.20.0",
    "typebox": "1.3.10",
    "typescript": "^5.9.0"
  },
  "overrides": {
    "undici": "8.9.0"
  }
}
