Sicarius a7888552b8
fix(linter): update @typescript-eslint/* deps
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
2022-06-21 10:33:42 +00:00

43 lines
980 B
JSON

{
"name": "@nrwl/eslint-plugin-nx",
"version": "0.0.1",
"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.29.0",
"eslint-config-prettier": "^8.1.0"
},
"peerDependenciesMeta": {
"eslint-config-prettier": {
"optional": true
}
},
"dependencies": {
"@nrwl/devkit": "file:../devkit",
"@nrwl/workspace": "file:../workspace",
"@typescript-eslint/experimental-utils": "^5.29.0",
"chalk": "4.1.0",
"confusing-browser-globals": "^1.0.9",
"semver": "7.3.4"
}
}