package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "conventional-changelog-cli",
  3. "version": "2.2.2",
  4. "description": "Generate a changelog from git metadata",
  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-changelog-cli#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. "bin": {
  19. "conventional-changelog": "cli.js"
  20. },
  21. "files": [
  22. "cli.js"
  23. ],
  24. "keywords": [
  25. "cli",
  26. "cli-app",
  27. "conventional-changelog",
  28. "conventional",
  29. "changelog",
  30. "log"
  31. ],
  32. "engines": {
  33. "node": ">=10"
  34. },
  35. "dependencies": {
  36. "add-stream": "^1.0.0",
  37. "conventional-changelog": "^3.1.24",
  38. "lodash": "^4.17.15",
  39. "meow": "^8.0.0",
  40. "tempfile": "^3.0.0"
  41. },
  42. "scripts": {
  43. "test-windows": "echo 'make work on windows'"
  44. },
  45. "license": "MIT"
  46. }