{
  "name": "@mirofish-ai/pi-gui-use",
  "version": "0.0.13",
  "description": "GUI-use agent built on pi: a11y-first browser control with one driver seam for future desktop/mobile platforms.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "gui",
    "browser",
    "computer-use",
    "mcp"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "bin": {
    "pi-gui": "dist/entries/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./dist/entries/extension.js"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && node -e \"require('fs').chmodSync('dist/entries/cli.js', 0o755)\"",
    "typecheck": "tsc -p tsconfig.json",
    "smoke": "tsx test/smoke.ts",
    "test:agent": "tsx test/agent.ts",
    "test": "npm run typecheck && npm run smoke && npm run test:attach && npm run test:attached && npm run test:connection && npm run test:managed && npm run test:android && npm run test:android:image && npm run test:android:provider && npm run test:android:install && npm run test:android:rpc && npm run test:agent && npm run test:prompt && npm run test:rpc && npm run test:sim && npm run test:sim:agent && npm run test:sim:executor && npm run test:sim:world",
    "dev": "tsx src/entries/cli.ts",
    "demo": "tsx scripts/demo.ts",
    "pi:set": "node scripts/set-pi-version.mjs",
    "prepack": "npm run build",
    "release:npm": "bash scripts/publish-npm.sh",
    "test:attach": "tsx test/attach-recovery.ts",
    "test:attached": "tsx test/attached-profile.ts",
    "test:connection": "tsx test/connection-recovery.ts",
    "test:managed": "tsx test/managed-chrome.ts",
    "test:android": "tsx test/android-ui.ts",
    "test:android:image": "tsx test/android-image.ts",
    "test:android:provider": "tsx test/android-provider.ts",
    "test:android:device": "tsx test/android-device.ts",
    "test:android:install": "tsx test/android-install.ts",
    "test:android:rpc": "tsx test/android-rpc.ts",
    "test:rpc": "tsx test/rpc-contract.ts",
    "test:prompt": "tsx test/prompt-assembly.ts",
    "test:sim": "tsx test/sim-core.ts",
    "test:sim:agent": "tsx test/sim-agent.ts",
    "test:sim:executor": "tsx test/sim-executor.ts",
    "test:sim:world": "tsx test/sim-world.ts"
  },
  "dependencies": {
    "@earendil-works/pi-agent-core": "0.83.0",
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "playwright-core": "^1.62.1",
    "typebox": "^1.3.9"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "tsx": "^4.23.1",
    "typescript": "^5.9.3"
  }
}
