mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
{
|
|
"name": "@nx/eslint",
|
|
"version": "22.4.5",
|
|
"private": false,
|
|
"description": "The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/eslint"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Web",
|
|
"Lint",
|
|
"ESLint",
|
|
"CLI",
|
|
"Testing"
|
|
],
|
|
"main": "./index.js",
|
|
"typings": "./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"
|
|
},
|
|
"generators": "./generators.json",
|
|
"executors": "./executors.json",
|
|
"peerDependencies": {
|
|
"@zkochan/js-yaml": "0.0.7",
|
|
"eslint": "^8.0.0 || ^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@nx/devkit": "22.4.5",
|
|
"@nx/js": "22.4.5",
|
|
"semver": "^7.6.3",
|
|
"tslib": "^2.3.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"nx": "22.4.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@zkochan/js-yaml": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"type": "commonjs"
|
|
}
|