{
  "name": "conventional-changelog-gitmoji-config",
  "version": "1.5.2",
  "description": "a gitmoji commit style presets for conventional changelog",
  "keywords": [
    "conventional-changelog",
    "gitmoji",
    "preset",
    "changelog",
    "emoji"
  ],
  "homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/changelog#readme",
  "bugs": {
    "url": "https://github.com/arvinxx/gitmoji-commit-workflow/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
  },
  "license": "MIT",
  "author": "Arvin Xu <arvinx@foxmail.com>",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "father build",
    "clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
    "cov": "jest --coverage",
    "doctor": "father doctor",
    "prepublishOnly": "npm run doctor && npm run build",
    "start": "father dev",
    "test": "jest"
  },
  "dependencies": {
    "@ardatan/sync-fetch": "^0",
    "@gitmoji/commit-types": "1.1.5",
    "@gitmoji/parser-opts": "1.4.0",
    "cosmiconfig": "^7",
    "lodash": "^4",
    "pangu": "^4"
  },
  "devDependencies": {
    "@types/conventional-changelog-core": "^4",
    "@types/lodash": "^4",
    "better-than-before": "^1",
    "conventional-changelog-core": "^4",
    "conventional-changelog-writer": "^5",
    "conventional-commits-parser": "^3",
    "git-dummy-commit": "^1",
    "shelljs": "^0.8",
    "through2": "^4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
