42 lines
957 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.18.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.18.0",
"chalk": "4.1.0",
"confusing-browser-globals": "^1.0.9"
}
}