{
  "name": "appium-windows-driver",
  "version": "5.4.1",
  "description": "Appium bridge to WinAppDriver",
  "keywords": [
    "appium",
    "windows",
    "WinAppDriver"
  ],
  "author": "Appium Contributors",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/appium/appium-windows-driver.git"
  },
  "bugs": {
    "url": "https://github.com/appium/appium-windows-driver/issues"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
    "npm": ">=10"
  },
  "prettier": {
    "bracketSpacing": false,
    "printWidth": 100,
    "singleQuote": true
  },
  "main": "./build/lib/index.js",
  "types": "./build/lib/index.d.ts",
  "bin": {},
  "directories": {
    "lib": "lib"
  },
  "appium": {
    "driverName": "windows",
    "automationName": "Windows",
    "platformNames": [
      "Windows"
    ],
    "scripts": {
      "install-wad": "./scripts/install-wad.mjs"
    },
    "mainClass": "WindowsDriver"
  },
  "files": [
    "lib",
    "build/lib",
    "CHANGELOG.md",
    "LICENSE",
    "npm-shrinkwrap.json",
    "scripts"
  ],
  "dependencies": {
    "asyncbox": "^6.0.1",
    "axios": "^1.16.0",
    "portscanner": "^2.2.0",
    "semver": "^7.6.3",
    "teen_process": "^4.0.4"
  },
  "scripts": {
    "build": "tsc -b",
    "dev": "npm run build -- --watch",
    "clean": "npm run build -- --clean",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "format": "prettier -w ./lib ./test",
    "format:check": "prettier --check ./lib ./test",
    "prepare": "npm run build",
    "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.ts\"",
    "e2e-test": "mocha --exit --timeout 10m \"./test/e2e/**/*-specs.ts\""
  },
  "peerDependencies": {
    "appium": "^3.0.0-rc.2"
  },
  "optionalDependencies": {
    "koffi": "^3.0.2"
  },
  "devDependencies": {
    "@appium/eslint-config-appium-ts": "^3.0.0",
    "@appium/tsconfig": "^1.0.0-rc.1",
    "@appium/types": "^1.0.0-rc.1",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@types/chai": "^5.2.3",
    "@types/chai-as-promised": "^8.0.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^25.0.0",
    "@types/portscanner": "^2.1.4",
    "@types/sinon": "^21.0.1",
    "chai": "^6.0.0",
    "chai-as-promised": "^8.0.0",
    "conventional-changelog-conventionalcommits": "^9.0.0",
    "mocha": "^11.0.1",
    "prettier": "^3.0.3",
    "semantic-release": "^25.0.2",
    "sinon": "^22.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^6.0.2",
    "webdriverio": "^9.0.1"
  }
}
