package.json 984 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "conventional-changelog-angular",
  3. "version": "5.0.13",
  4. "description": "conventional-changelog angular preset",
  5. "main": "index.js",
  6. "scripts": {
  7. "test-windows": "mocha --timeout 30000"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  12. },
  13. "keywords": [
  14. "conventional-changelog",
  15. "angular",
  16. "preset"
  17. ],
  18. "files": [
  19. "conventional-changelog.js",
  20. "conventional-recommended-bump.js",
  21. "index.js",
  22. "parser-opts.js",
  23. "writer-opts.js",
  24. "templates"
  25. ],
  26. "author": "Steve Mao",
  27. "engines": {
  28. "node": ">=10"
  29. },
  30. "license": "ISC",
  31. "bugs": {
  32. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  33. },
  34. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme",
  35. "dependencies": {
  36. "compare-func": "^2.0.0",
  37. "q": "^1.5.1"
  38. }
  39. }