{
  "name": "@nrwl/linter",
  "version": "10.4.15",
  "description": "Lint Plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Web",
    "Lint",
    "TSLint",
    "ESLint",
    "CLI"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "builders": "./builders.json",
  "peerDependencies": {
    "@nrwl/workspace": "10.4.15"
  },
  "dependencies": {
    "@angular-devkit/architect": "~0.1001.3",
    "glob": "7.1.4",
    "minimatch": "3.0.4",
    "tslib": "^2.0.0"
  }
}
