package.json 662 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@annybs/eslint",
  3. "version": "1.0.0",
  4. "description": "Aneurin's ESLint config",
  5. "main": "eslint.config.js",
  6. "files": [
  7. "eslint.config.js",
  8. "LICENSE.md",
  9. "README.md"
  10. ],
  11. "keywords": [
  12. "eslint",
  13. "typescript"
  14. ],
  15. "author": "Aneurin Barker Snook <a@aneur.in>",
  16. "license": "MIT",
  17. "homepage": "https://github.com/annybs/eslint",
  18. "repository": "https://github.com/annybs/eslint.git",
  19. "publishConfig": {
  20. "registry": "https://npm.pkg.github.com"
  21. },
  22. "peerDependencies": {
  23. "@eslint/js": "^9.4.0",
  24. "@types/eslint": "^8.56.10",
  25. "@types/eslint__js": "^8.42.3",
  26. "typescript-eslint": "^7.13.0"
  27. }
  28. }