{
  "name": "@react-native-windows/automation-commands",
  "version": "0.84.0",
  "description": "Allows controlling your react-native-windows application",
  "main": "lib-commonjs/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/react-native-windows",
    "directory": "packages/@react-native-windows/automation-commands"
  },
  "private": false,
  "scripts": {
    "build": "rnw-scripts build",
    "clean": "rnw-scripts clean",
    "lint": "rnw-scripts lint",
    "lint:fix": "rnw-scripts lint:fix",
    "watch": "rnw-scripts watch"
  },
  "dependencies": {
    "@react-native-windows/automation-channel": "0.84.0",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1"
  },
  "devDependencies": {
    "@jest/types": "^29.2.1",
    "@rnw-scripts/eslint-config": "1.2.38",
    "@rnw-scripts/just-task": "2.3.58",
    "@rnw-scripts/ts-config": "2.0.6",
    "@types/jest": "^29.2.2",
    "@types/node": "^22.14.0",
    "eslint": "^8.19.0",
    "prettier": "^3.6.2",
    "typescript": "5.0.4"
  },
  "files": [
    "lib-commonjs",
    "README.md"
  ],
  "beachball": {
    "defaultNpmTag": "latest",
    "disallowedChangeTypes": [
      "major",
      "minor",
      "prerelease",
      "premajor",
      "preminor",
      "prepatch"
    ]
  },
  "promoteRelease": true,
  "engines": {
    "node": ">= 22"
  }
}
