package.json 787 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "opencollective-postinstall",
  3. "version": "2.0.3",
  4. "description": "Lightweight npm postinstall message to invite people to donate to your collective",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jest"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/opencollective/opencollective-postinstall.git"
  12. },
  13. "files": [
  14. "index.js"
  15. ],
  16. "bin": "index.js",
  17. "keywords": [
  18. "opencollective",
  19. "donation",
  20. "funding",
  21. "sustain"
  22. ],
  23. "author": "Xavier Damman (@xdamman)",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/opencollective/opencollective-postinstall/issues"
  27. },
  28. "homepage": "https://github.com/opencollective/opencollective-postinstall#readme",
  29. "devDependencies": {
  30. "jest": "^26.0.1"
  31. }
  32. }