package.json 422 B

123456789101112131415161718192021222324
  1. {
  2. "name": "husky",
  3. "version": "9.0.11",
  4. "description": "Modern native Git hooks",
  5. "keywords": [
  6. "git",
  7. "hooks",
  8. "pre-commit"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/typicode/husky.git"
  13. },
  14. "funding": "https://github.com/sponsors/typicode",
  15. "license": "MIT",
  16. "author": "typicode",
  17. "bin": {
  18. "husky": "bin.mjs"
  19. },
  20. "exports": "./index.mjs",
  21. "engines": {
  22. "node": ">=18"
  23. }
  24. }