{
  "name": "playwright-android",
  "version": "0.0.8",
  "description": "A high-level API to automate Chrome for Android",
  "repository": "github:Microsoft/playwright",
  "engines": {
    "node": ">=10.17.0"
  },
  "homepage": "https://playwright.dev",
  "main": "index.js",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./": "./"
  },
  "scripts": {
    "install": "node install.js"
  },
  "author": {
    "name": "Microsoft Corporation"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "debug": "^4.1.1",
    "extract-zip": "^2.0.1",
    "https-proxy-agent": "^5.0.0",
    "jpeg-js": "^0.4.2",
    "mime": "^2.4.6",
    "pngjs": "^5.0.0",
    "progress": "^2.0.3",
    "proper-lockfile": "^4.1.1",
    "proxy-from-env": "^1.1.0",
    "rimraf": "^3.0.2",
    "ws": "^7.3.1"
  }
}