package.json 575 B

123456789101112131415161718192021
  1. {
  2. "name": "npm-normalize-package-bin",
  3. "version": "1.0.1",
  4. "description": "Turn any flavor of allowable package.json bin into a normalized object",
  5. "repository": "git+https://github.com/npm/npm-normalize-package-bin",
  6. "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  7. "license": "ISC",
  8. "scripts": {
  9. "test": "tap",
  10. "snap": "tap",
  11. "preversion": "npm test",
  12. "postversion": "npm publish",
  13. "postpublish": "git push origin --follow-tags"
  14. },
  15. "tap": {
  16. "check-coverage": true
  17. },
  18. "devDependencies": {
  19. "tap": "^14.10.2"
  20. }
  21. }