{
  "name": "react-native-platform-override",
  "version": "0.82.0",
  "description": "react-native-platform-override offers CLI tools to manage Javascript overrides in out-of-tree React Native platforms",
  "license": "MIT",
  "main": "./lib-commonjs/Api.js",
  "typings": "./lib-commonjs/Api.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/react-native-windows",
    "directory": "packages/react-native-platform-override"
  },
  "scripts": {
    "build": "rnw-scripts build",
    "clean": "rnw-scripts clean",
    "lint": "rnw-scripts lint",
    "lint:fix": "rnw-scripts lint:fix",
    "test": "rnw-scripts test",
    "watch": "rnw-scripts watch"
  },
  "bin": {
    "react-native-platform-override": "./bin.js"
  },
  "dependencies": {
    "@react-native-windows/fs": "0.82.0",
    "@react-native-windows/package-utils": "0.82.0",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "async": "^3.2.3",
    "chalk": "^4.1.0",
    "fp-ts": "^2.5.0",
    "globby": "^11.1.0",
    "inquirer": "^7.1.0",
    "io-ts": "^2.1.1",
    "isutf8": "^3.0.0",
    "lodash": "^4.17.15",
    "node-fetch": "^2.6.7",
    "ora": "^3.4.0",
    "semver": "^7.3.2",
    "simple-git": "^3.3.0",
    "source-map-support": "^0.5.19",
    "upath": "^1.2.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-typescript": "^7.8.3",
    "@rnw-scripts/eslint-config": "1.2.38",
    "@rnw-scripts/jest-unittest-config": "1.5.12",
    "@rnw-scripts/just-task": "2.3.58",
    "@rnw-scripts/ts-config": "2.0.6",
    "@types/async": "^3.2.5",
    "@types/chalk": "^2.2.0",
    "@types/diff-match-patch": "^1.0.32",
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^29.2.2",
    "@types/lodash": "^4.14.168",
    "@types/node": "^22.14.0",
    "@types/node-fetch": "^2.5.8",
    "@types/ora": "^3.2.0",
    "@types/semver": "^7.3.3",
    "@types/yargs": "^16.0.0",
    "babel-jest": "^29.6.3",
    "diff-match-patch": "^1.0.4",
    "eslint": "^8.19.0",
    "jest": "^29.7.0",
    "minimatch": "^9.0.0",
    "prettier": "2.8.8",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "beachball": {
    "defaultNpmTag": "latest",
    "disallowedChangeTypes": [
      "major",
      "minor",
      "prerelease",
      "premajor",
      "preminor",
      "prepatch"
    ]
  },
  "promoteRelease": true,
  "engines": {
    "node": ">= 22"
  },
  "files": [
    "bin.js",
    "lib-commonjs",
    "!lib-commonjs/e2etest/**",
    "!lib-commonjs/test/**"
  ]
}
