package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@commitlint/config-conventional",
  3. "version": "17.8.1",
  4. "description": "Shareable commitlint config enforcing conventional commits",
  5. "files": [
  6. "index.js"
  7. ],
  8. "scripts": {
  9. "deps": "dep-check",
  10. "pkg": "pkg-check"
  11. },
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/conventional-changelog/commitlint.git",
  18. "directory": "@commitlint/config-conventional"
  19. },
  20. "keywords": [
  21. "conventional-changelog",
  22. "commitlint",
  23. "commitlint-config",
  24. "angular"
  25. ],
  26. "author": "Mario Nebl <hello@herebecode.com>",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/conventional-changelog/commitlint/issues"
  30. },
  31. "homepage": "https://commitlint.js.org/",
  32. "engines": {
  33. "node": ">=v14"
  34. },
  35. "devDependencies": {
  36. "@commitlint/lint": "^17.8.1",
  37. "@commitlint/utils": "^17.8.1"
  38. },
  39. "dependencies": {
  40. "conventional-changelog-conventionalcommits": "^6.1.0"
  41. },
  42. "gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008"
  43. }