{
  "name": "@artemisai/pi-droid",
  "version": "0.1.3",
  "description": "Android phone control for pi-agent — 36 tools to see, touch, and automate any device via ADB",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist/index.*",
    "dist/adb/**",
    "dist/plugins/**",
    "dist/notifications/**",
    "dist/tools/**",
    "skills",
    "config/default.json",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "android",
    "adb",
    "mobile-automation",
    "device-automation",
    "pi-droid",
    "pi-agent",
    "llm-tools",
    "ai-agent",
    "ai",
    "uiautomator",
    "screenshot",
    "android-testing",
    "testing",
    "typescript",
    "plugin-system",
    "phone",
    "mobile",
    "ui-automation"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ],
    "skills": [
      "./skills"
    ],
    "image": "https://raw.githubusercontent.com/ArtemisAI/pi-droid/main/banner.jpeg"
  },
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "lint": "tsc --noEmit",
    "dev": "pi -e ./src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:unit": "vitest run tests/adb/ tests/plugins/ tests/notifications/ tests/tools/",
    "test:ci": "vitest run tests/adb/ tests/plugins/ tests/notifications/ tests/tools/ tests/integration/extension-load.test.ts tests/integration/sandbox-install.test.ts",
    "test:integration": "vitest run tests/integration/",
    "test:device": "vitest run tests/integration/device-e2e.test.ts tests/integration/agent-device.test.ts",
    "prepublishOnly": "npm run build && npm run test:ci"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArtemisAI/pi-droid.git"
  },
  "bugs": {
    "url": "https://github.com/ArtemisAI/pi-droid/issues"
  },
  "homepage": "https://github.com/ArtemisAI/pi-droid#readme",
  "peerDependencies": {
    "@mariozechner/pi-agent-core": "*",
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@marcfargas/pi-test-harness": "^0.5.0",
    "@mariozechner/pi-agent-core": "^0.66.0",
    "@mariozechner/pi-ai": "^0.66.0",
    "@mariozechner/pi-coding-agent": "^0.66.0",
    "@sinclair/typebox": "^0.34.0",
    "@types/node": "^22.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.6.0",
    "vitest": "^3.1.1"
  },
  "engines": {
    "node": ">=20"
  },
  "author": "ArtemisAI",
  "funding": "https://github.com/sponsors/ArtemisAI",
  "license": "MIT",
  "private": false
}
