39 lines
788 B
JSON
39 lines
788 B
JSON
{
|
|
"name": "@nrwl/eslint-plugin-nx",
|
|
"version": "0.0.1",
|
|
"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": {
|
|
"@typescript-eslint/parser": "^4.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@angular-devkit/core": "~11.0.1",
|
|
"@typescript-eslint/experimental-utils": "^4.3.0",
|
|
"confusing-browser-globals": "^1.0.9"
|
|
}
|
|
}
|