{
  "name": "appium-flutter-driver",
  "description": "Appium Flutter driver",
  "keywords": [
    "appium",
    "flutter"
  ],
  "version": "3.5.0",
  "author": "TruongSinh Tran-Nguyen <i@truongsinh.pro>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appium/appium-flutter-driver.git"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
    "npm": ">=10"
  },
  "main": "./build/lib/driver.js",
  "types": "./build/lib/index.d.ts",
  "appium": {
    "driverName": "flutter",
    "automationName": "Flutter",
    "platformNames": [
      "iOS",
      "Android"
    ],
    "mainClass": "FlutterDriver",
    "doctor": {
      "checks": [
        "./build/lib/doctor/checks.js"
      ]
    },
    "scripts": {
      "download-wda-sim": "./scripts/download-wda-sim.mjs"
    }
  },
  "bin": {},
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "build",
    "!build/tsconfig.tsbuildinfo",
    "LICENSE",
    "npm-shrinkwrap.json",
    "scripts"
  ],
  "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",
    "format:check": "prettier --check ./lib",
    "prepublishOnly": "cp ../README.md ../LICENSE ./",
    "prepare": "npm run clean && npm run build",
    "test": "echo no test",
    "clean-dependency": "rm -rf node_modules && rm -f package-lock.json"
  },
  "peerDependencies": {
    "appium": "^3.0.0"
  },
  "devDependencies": {
    "@appium/eslint-config-appium-ts": "^3.0.0",
    "@appium/tsconfig": "^1.0.0",
    "@appium/types": "^1.0.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "eslint": "^9.17.0",
    "prettier": "^3.0.0",
    "semantic-release": "^25.0.2",
    "ts-node": "^10.9.1",
    "typescript": "~5.9"
  },
  "dependencies": {
    "appium-android-driver": "^12.0.0",
    "appium-flutter-finder": "^0.2.0",
    "appium-ios-device": "^3.0.0",
    "appium-uiautomator2-driver": "^6.0.0",
    "appium-xcuitest-driver": "^10.0.0",
    "asyncbox": "^6.0.1",
    "bluebird": "^3.1.1",
    "lodash": "^4.0.0",
    "portscanner": "^2.2.0",
    "rpc-websockets": "^10.0.0"
  },
  "prettier": {
    "bracketSpacing": false,
    "printWidth": 100,
    "singleQuote": true
  }
}
