{
  "name": "agent-mobile",
  "version": "0.2.2",
  "description": "Mobile automation CLI for AI agents - control iOS simulators",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "agent-mobile": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mobile",
    "automation",
    "ios",
    "simulator",
    "appium",
    "ai",
    "agent",
    "cli",
    "testing",
    "xcuitest",
    "claude-code",
    "cursor",
    "llm",
    "ai-agent"
  ],
  "author": "pupubird",
  "license": "MIT",
  "homepage": "https://agent-mobile.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/pupubird/agent-mobile.git"
  },
  "bugs": {
    "url": "https://github.com/pupubird/agent-mobile/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "appium": "^3.2.0",
    "appium-xcuitest-driver": "^10.19.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "webdriverio": "^9.23.2"
  },
  "devDependencies": {
    "@types/node": "^25.1.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
