weareopensource/conventional-changelog

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@weareopensource/conventional-changelog",
  "version": "0.0.0-development",
  "description": "Commitizen adapter following the conventional-changelog format with emojis choice.",
  "keywords": [
    "commitlint",
    "conventional-changelog",
    "commitizen",
    "cz-cli",
    "emoji"
  ],
  "main": "index.js",
  "scripts": {
    "commit": "npx cz",
    "test": "jest",
    "format": "prettier --write *.js",
    "semantic-release": "semantic-release"
  },
  "homepage": "https://github.com/weareopensource/conventional-changelog",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weareopensource/conventional-changelog.git"
  },
  "author": "Pierre Brisorgueil <pierre@weareopensource.me>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.0.0",
    "conventional-commit-types": "^3.0.0",
    "lodash.map": "^4.6.0",
    "longest": "^2.0.1",
    "right-pad": "^1.0.1",
    "word-wrap": "^1.2.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "commitizen": "^4.1.2",
    "conventional-changelog": "^3.1.21",
    "cosmiconfig": "^8.0.0",
    "eslint": "^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.22.0",
    "husky": "^8.0.1",
    "jest": "^29.0.2",
    "mock-require": "^3.0.3",
    "prettier": "^2.0.5",
    "semantic-release": "^21.0.0",
    "semver": "^7.3.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "bugs": {
    "url": "https://github.com/weareopensource/conventional-changelog/issues"
  },
  "directories": {
    "lib": "lib"
  }
}