tunnckoCore/gibon

View on GitHub
@packages/parse-commit-message/package.json

Summary

Maintainability
Test Coverage
{
  "name": "parse-commit-message",
  "version": "4.0.0-canary.20200124.9",
  "licenseStart": 2018,
  "license": "MPL-2.0",
  "description": "Extensible parser for git commit messages following Conventional Commits Specification",
  "author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
  "homepage": "https://tunnckocore.com/opensource",
  "funding": [
    "https://ko-fi.com/tunnckoCore/commissions",
    "https://github.com/sponsors/tunnckoCore",
    "https://patreon.com/tunnckoCore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tunnckoCore/opensource.git",
    "directory": "@packages/parse-commit-message"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "index.d.ts",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "engines": {
    "node": ">=10.13.0"
  },
  "publishConfig": {
    "access": "public",
    "tag": "canary"
  },
  "scripts": {},
  "dependencies": {
    "collect-mentions": "^1.0.2",
    "mixin-deep": "^2.0.1"
  },
  "jest": {
    "coverageThreshold": {
      "src/**/*.js": {
        "statements": 48,
        "branches": 0,
        "functions": 0,
        "lines": 50
      }
    }
  },
  "cov": {
    "value": 65.61,
    "color": "orange"
  },
  "keywords": [
    "commit message parser",
    "commit messages",
    "commit-message",
    "commit-parser",
    "commits",
    "commits-parser",
    "conventional",
    "conventional-commits",
    "conventionalcommits",
    "developer-experience",
    "development",
    "dx",
    "hela",
    "parse commit message",
    "parse-commit",
    "parse-commit-message",
    "parse-commits",
    "parser",
    "tunnckocore-oss",
    "tunnckocorehq"
  ],
  "verb": {
    "readme": "../../readme-template.md",
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "collect-mentions",
      "jest-runner-docs",
      "babylon",
      "cacache",
      "define-property",
      "execa",
      "fast-glob",
      "glob",
      "globby",
      "koa",
      "koa-convert",
      "parse-github-url",
      "tiny-glob"
    ],
    "related": {
      "list": []
    }
  }
}