package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@rushstack/eslint-patch",
  3. "version": "1.12.0",
  4. "description": "Enhance ESLint with better support for large scale monorepos",
  5. "main": "lib/usage.js",
  6. "license": "MIT",
  7. "repository": {
  8. "url": "https://github.com/microsoft/rushstack.git",
  9. "type": "git",
  10. "directory": "eslint/eslint-patch"
  11. },
  12. "homepage": "https://rushstack.io",
  13. "keywords": [
  14. "eslintrc",
  15. "config",
  16. "module",
  17. "resolve",
  18. "resolver",
  19. "plugin",
  20. "relative",
  21. "package",
  22. "bulk",
  23. "suppressions",
  24. "monorepo",
  25. "monkey",
  26. "patch"
  27. ],
  28. "devDependencies": {
  29. "@rushstack/heft": "0.73.2",
  30. "@types/eslint-8": "npm:@types/eslint@8.56.10",
  31. "@types/eslint-9": "npm:@types/eslint@9.6.1",
  32. "@typescript-eslint/types": "~8.31.0",
  33. "eslint-9": "npm:eslint@~9.25.1",
  34. "eslint-8": "npm:eslint@~8.57.0",
  35. "typescript": "~5.8.2",
  36. "decoupled-local-node-rig": "1.0.0"
  37. },
  38. "scripts": {
  39. "build": "heft build --clean",
  40. "_phase:build": "heft run --only build -- --clean"
  41. }
  42. }