{
  "name": "@nrwl/eslint-plugin-nx",
  "version": "10.3.2",
  "description": "ESLint Plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Web",
    "Lint",
    "ESLint",
    "CLI"
  ],
  "files": [
    "src",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "peerDependencies": {
    "@nrwl/workspace": "10.3.2",
    "@typescript-eslint/parser": "^4.3.0"
  },
  "dependencies": {
    "@angular-devkit/core": "~10.1.3",
    "@typescript-eslint/experimental-utils": "^4.3.0"
  }
}
