package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "@commitlint/cli",
  3. "version": "17.8.1",
  4. "description": "Lint your commit messages",
  5. "files": [
  6. "index.js",
  7. "cli.js",
  8. "lib"
  9. ],
  10. "bin": {
  11. "commitlint": "./cli.js"
  12. },
  13. "scripts": {
  14. "deps": "dep-check",
  15. "pkg": "pkg-check"
  16. },
  17. "engines": {
  18. "node": ">=v14"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/conventional-changelog/commitlint.git",
  23. "directory": "@commitlint/cli"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/conventional-changelog/commitlint/issues"
  27. },
  28. "homepage": "https://commitlint.js.org/",
  29. "keywords": [
  30. "conventional-changelog",
  31. "commitlint",
  32. "cli"
  33. ],
  34. "author": {
  35. "name": "Mario Nebl",
  36. "email": "hello@herebecode.com"
  37. },
  38. "license": "MIT",
  39. "devDependencies": {
  40. "@commitlint/test": "^17.8.1",
  41. "@commitlint/utils": "^17.8.1",
  42. "@types/lodash.isfunction": "^3.0.8",
  43. "@types/lodash.merge": "^4.6.8",
  44. "@types/node": "^14.0.0",
  45. "@types/yargs": "^17.0.29",
  46. "fs-extra": "^11.0.0",
  47. "lodash.merge": "^4.6.2"
  48. },
  49. "dependencies": {
  50. "@commitlint/format": "^17.8.1",
  51. "@commitlint/lint": "^17.8.1",
  52. "@commitlint/load": "^17.8.1",
  53. "@commitlint/read": "^17.8.1",
  54. "@commitlint/types": "^17.8.1",
  55. "execa": "^5.0.0",
  56. "lodash.isfunction": "^3.0.9",
  57. "resolve-from": "5.0.0",
  58. "resolve-global": "1.0.0",
  59. "yargs": "^17.0.0"
  60. },
  61. "gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008"
  62. }