{
  "name": "@appium/fake-driver",
  "version": "6.2.3",
  "gitHead": "b67de03966155ff052076c11c1c8f20cc2ba9134",
  "description": "Mock driver used internally by Appium for testing. Ignore",
  "keywords": [
    "android",
    "automation",
    "firefoxos",
    "ios",
    "javascript",
    "selenium",
    "testing",
    "webdriver"
  ],
  "homepage": "https://appium.io",
  "bugs": {
    "url": "https://github.com/appium/appium/issues"
  },
  "license": "Apache-2.0",
  "author": "https://github.com/appium",
  "repository": {
    "type": "git",
    "url": "https://github.com/appium/appium.git",
    "directory": "packages/fake-driver"
  },
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "build/lib",
    "tsconfig.json"
  ],
  "main": "./build/lib/index.js",
  "types": "./build/lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "cpy lib/screen.png build",
    "clean": "npx rimraf build/lib/screen.png",
    "test": "npm run test:unit",
    "test:e2e": "node --test --enable-source-maps --test-force-exit --test-concurrency=1 --test-timeout=20000 \"./build/test/e2e/**/*.spec.js\"",
    "test:smoke": "node ./build/lib/index.js",
    "test:unit": "node --test --enable-source-maps --test-timeout=10000 \"./build/test/unit/**/*.spec.js\""
  },
  "dependencies": {
    "@xmldom/xmldom": "0.9.12",
    "asyncbox": "6.4.2",
    "xpath": "0.0.34"
  },
  "devDependencies": {
    "@appium/driver-test-support": "3.0.0"
  },
  "peerDependencies": {
    "appium": "^3.0.0-beta.0"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
    "npm": ">=10"
  },
  "access": "public",
  "appium": {
    "driverName": "fake",
    "automationName": "Fake",
    "platformNames": [
      "Fake"
    ],
    "mainClass": "FakeDriver",
    "schema": "./build/lib/fake-driver-schema.js",
    "scripts": {
      "fake-error": "./build/lib/scripts/fake-error.js",
      "fake-success": "./build/lib/scripts/fake-success.js",
      "fake-stdin": "./build/lib/scripts/fake-stdin.js"
    },
    "doctor": {
      "checks": [
        "./build/lib/doctor/fake1.js",
        "./build/lib/doctor/fake2.js"
      ]
    }
  }
}
