Files
bzzz/install/config-ui/node_modules/@rushstack/eslint-patch/package.json
anthonyrawlins c177363a19 Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 00:19:00 +10:00

42 lines
1.0 KiB
JSON

{
"name": "@rushstack/eslint-patch",
"version": "1.12.0",
"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",
"directory": "eslint/eslint-patch"
},
"homepage": "https://rushstack.io",
"keywords": [
"eslintrc",
"config",
"module",
"resolve",
"resolver",
"plugin",
"relative",
"package",
"bulk",
"suppressions",
"monorepo",
"monkey",
"patch"
],
"devDependencies": {
"@rushstack/heft": "0.73.2",
"@types/eslint-8": "npm:@types/eslint@8.56.10",
"@types/eslint-9": "npm:@types/eslint@9.6.1",
"@typescript-eslint/types": "~8.31.0",
"eslint-9": "npm:eslint@~9.25.1",
"eslint-8": "npm:eslint@~8.57.0",
"typescript": "~5.8.2",
"decoupled-local-node-rig": "1.0.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean"
}
}