{
  "name": "@nrwl/eslint-plugin-nx",
  "version": "13.10.6",
  "description": "ESLint Plugin for Nx",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/eslint-plugin-nx"
  },
  "keywords": [
    "Monorepo",
    "Web",
    "Lint",
    "ESLint",
    "CLI"
  ],
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "peerDependencies": {
    "@typescript-eslint/parser": "~5.18.0",
    "eslint-config-prettier": "^8.1.0"
  },
  "peerDependenciesMeta": {
    "eslint-config-prettier": {
      "optional": true
    }
  },
  "dependencies": {
    "@nrwl/devkit": "13.10.6",
    "@nrwl/workspace": "13.10.6",
    "@typescript-eslint/experimental-utils": "~5.18.0",
    "chalk": "4.1.0",
    "confusing-browser-globals": "^1.0.9"
  }

,"_resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-13.10.6.tgz"
,"_integrity": "sha512-vZ7m0cJsiNZTyllm86fQnw3fVSmNK/11RIaymHttNVgVAHCPH/uZ22XZ1fNMagNcbY/MVEPIpfrHJwiG0uxkng=="
,"_from": "@nrwl/eslint-plugin-nx@13.10.6"
}