2020-06-17 06:38:29 +03:00
|
|
|
{
|
|
|
|
"name": "@rushstack/eslint-patch",
|
2024-07-27 03:10:30 +03:00
|
|
|
"version": "1.10.4",
|
2024-01-24 09:57:58 +03:00
|
|
|
"description": "Enhance ESLint with better support for large scale monorepos",
|
2020-06-17 06:38:29 +03:00
|
|
|
"main": "lib/usage.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
2021-10-26 21:41:42 +03:00
|
|
|
"url": "https://github.com/microsoft/rushstack.git",
|
|
|
|
"type": "git",
|
2022-03-15 21:27:52 +03:00
|
|
|
"directory": "eslint/eslint-patch"
|
2020-06-17 06:38:29 +03:00
|
|
|
},
|
|
|
|
"homepage": "https://rushstack.io",
|
|
|
|
"scripts": {
|
2022-01-07 05:45:52 +03:00
|
|
|
"build": "heft build --clean",
|
2023-06-06 02:30:39 +03:00
|
|
|
"_phase:build": "heft run --only build -- --clean"
|
2020-06-17 06:38:29 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"eslintrc",
|
|
|
|
"config",
|
|
|
|
"module",
|
|
|
|
"resolve",
|
|
|
|
"resolver",
|
|
|
|
"plugin",
|
|
|
|
"relative",
|
2024-01-24 09:57:58 +03:00
|
|
|
"package",
|
|
|
|
"bulk",
|
|
|
|
"suppressions",
|
|
|
|
"monorepo",
|
|
|
|
"monkey",
|
|
|
|
"patch"
|
2020-06-17 06:38:29 +03:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2024-09-21 02:23:55 +03:00
|
|
|
"@rushstack/heft": "0.67.2",
|
|
|
|
"@rushstack/heft-node-rig": "2.6.31",
|
2024-10-09 23:06:46 +03:00
|
|
|
"@types/eslint": "8.56.10",
|
2023-08-30 02:28:05 +03:00
|
|
|
"@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"
|
2020-06-17 06:38:29 +03:00
|
|
|
}
|
|
|
|
}
|