package.json 831 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "eslint-module-utils",
  3. "version": "2.7.3",
  4. "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
  5. "engines": {
  6. "node": ">=4"
  7. },
  8. "scripts": {
  9. "prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/import-js/eslint-plugin-import.git"
  15. },
  16. "keywords": [
  17. "eslint-plugin-import",
  18. "eslint",
  19. "modules",
  20. "esmodules"
  21. ],
  22. "author": "Ben Mosher <me@benmosher.com>",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/import-js/eslint-plugin-import/issues"
  26. },
  27. "homepage": "https://github.com/import-js/eslint-plugin-import#readme",
  28. "dependencies": {
  29. "debug": "^3.2.7",
  30. "find-up": "^2.1.0"
  31. }
  32. }