{
  "name": "@mobilewright/core",
  "version": "0.0.60",
  "description": "Core API for Mobilewright mobile automation",
  "homepage": "https://mobilewright.dev",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=22.12.0"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "prepublishOnly": "tsc -b"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mobile-next/mobilewright.git",
    "directory": "packages/mobilewright-core"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@mobilewright/protocol": "^0.0.60",
    "debug": "^4.4.3",
    "playwright-core": "1.63.0",
    "sharp": "^0.35.4"
  }
}
