package.json 761 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@rushstack/eslint-patch",
  3. "version": "1.1.0",
  4. "description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain",
  5. "main": "lib/usage.js",
  6. "license": "MIT",
  7. "repository": {
  8. "url": "https://github.com/microsoft/rushstack.git",
  9. "type": "git",
  10. "directory": "stack/eslint-patch"
  11. },
  12. "homepage": "https://rushstack.io",
  13. "scripts": {
  14. "build": "heft build --clean"
  15. },
  16. "keywords": [
  17. "eslintrc",
  18. "config",
  19. "module",
  20. "resolve",
  21. "resolver",
  22. "plugin",
  23. "relative",
  24. "package"
  25. ],
  26. "devDependencies": {
  27. "@rushstack/heft": "0.41.6",
  28. "@rushstack/heft-node-rig": "1.2.25",
  29. "@types/node": "12.20.24"
  30. }
  31. }