{
  "name": "@react-native-windows/package-utils",
  "version": "0.84.0",
  "license": "MIT",
  "scripts": {
    "build": "rnw-scripts build",
    "clean": "rnw-scripts clean",
    "lint": "rnw-scripts lint",
    "lint:fix": "rnw-scripts lint:fix",
    "watch": "rnw-scripts watch"
  },
  "main": "lib-commonjs/packageUtils.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/react-native-windows",
    "directory": "packages/@react-native-windows/package-utils"
  },
  "dependencies": {
    "@react-native-windows/find-repo-root": "0.84.0",
    "@react-native-windows/fs": "0.84.0",
    "get-monorepo-packages": "^1.2.0",
    "lodash": "^4.17.15",
    "minimatch": "^10.0.3"
  },
  "devDependencies": {
    "@rnw-scripts/eslint-config": "1.2.38",
    "@rnw-scripts/just-task": "2.3.58",
    "@rnw-scripts/ts-config": "2.0.6",
    "@types/lodash": "^4.14.168",
    "@types/node": "^22.14.0",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "eslint": "^8.19.0",
    "prettier": "^3.6.2",
    "typescript": "5.0.4"
  },
  "beachball": {
    "defaultNpmTag": "latest",
    "disallowedChangeTypes": [
      "major",
      "minor",
      "prerelease",
      "premajor",
      "preminor",
      "prepatch"
    ]
  },
  "promoteRelease": true,
  "files": [
    "lib-commonjs"
  ],
  "engines": {
    "node": ">= 22"
  }
}
