rushstack/eslint/eslint-patch/package.json

43 строки
989 B
JSON
Исходник Обычный вид История

{
"name": "@rushstack/eslint-patch",
2024-07-27 03:10:30 +03:00
"version": "1.10.4",
"description": "Enhance ESLint with better support for large scale monorepos",
"main": "lib/usage.js",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
2022-03-15 21:27:52 +03:00
"directory": "eslint/eslint-patch"
},
"homepage": "https://rushstack.io",
"scripts": {
2022-01-07 05:45:52 +03:00
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean"
},
"keywords": [
"eslintrc",
"config",
"module",
"resolve",
"resolver",
"plugin",
"relative",
"package",
"bulk",
"suppressions",
"monorepo",
"monkey",
"patch"
],
"devDependencies": {
2024-06-03 20:23:15 +03:00
"@rushstack/heft": "0.66.17",
"@rushstack/heft-node-rig": "2.6.15",
2024-03-14 06:26:00 +03:00
"@types/eslint": "8.2.0",
"@types/node": "18.17.15",
2024-03-14 06:26:00 +03:00
"@typescript-eslint/types": "~5.59.2",
2024-04-10 20:51:17 +03:00
"eslint": "~8.57.0",
2024-03-14 06:26:00 +03:00
"eslint-plugin-header": "~3.1.1",
2024-03-19 00:38:42 +03:00
"typescript": "~5.4.2"
}
}