package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "conventional-commits-filter",
  3. "version": "2.0.7",
  4. "description": "Filter out reverted commits parsed by conventional-commits-parser",
  5. "bugs": {
  6. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  7. },
  8. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-filter#readme",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  12. },
  13. "author": {
  14. "name": "Steve Mao",
  15. "email": "maochenyan@gmail.com",
  16. "url": "https://github.com/stevemao"
  17. },
  18. "engines": {
  19. "node": ">=10"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "keywords": [
  25. "filter",
  26. "conventional",
  27. "changelog",
  28. "commits"
  29. ],
  30. "dependencies": {
  31. "lodash.ismatch": "^4.4.0",
  32. "modify-values": "^1.0.0"
  33. },
  34. "scripts": {
  35. "test-windows": "mocha --timeout 30000"
  36. },
  37. "license": "MIT",
  38. "gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
  39. }