cz-conventional-changelog-befe
Version:
cz adaptor for baidu BEFE
159 lines (158 loc) • 3.89 kB
JSON
{
"name": "cz-conventional-changelog-befe",
"version": "2.3.1",
"description": "cz adaptor for baidu BEFE",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"commit": "git-cz",
"test": "jest",
"version": "npm run changelog",
"commitmsg": "commitlint -e $GIT_PARAMS",
"precommit": "pretty-quick --staged",
"build": "rimraf lib && babel src -Dd lib ",
"dev": "npm run build -- -w",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"example": "node run-cz",
"changelog": "conventional-changelog -p befe -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"keywords": [
"git-cz",
"conventional-changelog",
"cz-conventional-changelog-befe",
"cz-conventional-changelog",
"cz",
"suggest",
"github",
"gitlab",
"icafe",
"issue",
"git-commit",
"commit",
"git",
"befe"
],
"author": "teeeemoji",
"license": "MIT",
"dependencies": {
"@moyuyc/inquirer-autocomplete-prompt": "^1.3.2",
"babel-runtime": "^6.26.0",
"chalk": "^2.4.1",
"cli-table3": "^0.5.1",
"cli-width": "^2.2.0",
"configstore": "^4.0.0",
"conventional-commit-types-befe": "^1.0.7",
"debug": "^4.1.0",
"find-up": "^3.0.0",
"fuzzy": "^0.1.3",
"gh-got": "^8.0.1",
"git-url-parse": "^10.1.0",
"gitconfiglocal": "^2.0.2",
"gl-got": "^9.0.2",
"icafe-api": "^1.3.0",
"inquirer": "^6.2.0",
"inquirer-store": "^1.1.1",
"is-primitive": "^3.0.1",
"load-json-file": "^5.1.0",
"loader-utils": "^1.1.0",
"lodash.isempty": "^4.4.0",
"lodash.isequalwith": "^4.4.0",
"lodash.omit": "^4.5.0",
"lodash.toarray": "^4.4.0",
"minimist": "^1.2.0",
"named-js-regexp": "^1.3.3",
"normalize-icafe-pkg": "^1.0.6",
"os-locale": "^3.0.1",
"parse-github-url": "^1.0.2",
"pify": "^4.0.1",
"please-upgrade-node": "^3.1.1",
"read-pkg-up": "^4.0.0",
"string-width": "^2.1.1",
"terminal-link": "^1.1.0",
"tiny-i18n": "^1.1.2",
"tranz": "^0.6.0",
"tranz-commit-icafe": "^1.0.7",
"update-notifier": "^2.5.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"@commitlint/cli": "^7.1.1",
"@types/jest": "^23.3.5",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"commitizen": "^3.0.2",
"commitlint-config-befe": "^2.0.3",
"conventional-changelog-befe": "^2.0.5",
"conventional-changelog-cli": "^2.0.5",
"husky": "^0.14.3",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"pretty-quick": "^1.7.0",
"rimraf": "^2.6.2"
},
"lang": "zh",
"config": {
"commitizen": {
"path": "./lib/index"
}
},
"babel": {
"presets": [
"env"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread",
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
]
]
},
"engines": {
"node": ">=6"
},
"commitlint": {
"extends": [
"./node_modules/commitlint-config-befe"
]
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testMatch": [
"**/__test{s,}__/*.(spec|test).{t,j}s{x,}"
]
},
"directories": {
"example": "examples",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/be-fe/cz-conventional-changelog-befe.git"
},
"bugs": {
"url": "https://github.com/be-fe/cz-conventional-changelog-befe/issues"
},
"homepage": "https://github.com/be-fe/cz-conventional-changelog-befe#readme"
}