46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@nrwl/eslint-plugin-nx",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "The ESLint Plugin for Nx contains a collection of recommended ESLint rule configurations wrapped as ESLint plugins and an Nx specific enforce-module-boundaries rule.",
|
|
"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",
|
|
"@typescript-eslint/utils": "^5.36.1",
|
|
"chalk": "^4.1.0",
|
|
"confusing-browser-globals": "^1.0.9",
|
|
"semver": "7.3.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|