package.json
{
"name": "@endemolshinegroup/cz-jira-smart-commit",
"description": "A Commitizen adapter for JIRA smart commits",
"version": "1.3.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"commitizen",
"commitizen-adapter",
"jira",
"typescript"
],
"author": {
"name": "Endemol Shine Group Technology",
"url": "https://github.com/EndemolShineGroup"
},
"homepage": "https://github.com/EndemolShineGroup/cz-jira-smart-commit",
"repository": {
"type": "git",
"url": "https://github.com/EndemolShineGroup/cz-jira-smart-commit.git"
},
"engines": {
"node": ">=8.0.0",
"yarn": ">=1.3.0"
},
"scripts": {
"commit": "git-cz",
"build": "rimraf dist/ && tsc",
"build:docs": "rimraf docs/api && typedoc --out docs/api --target es6 --theme minimal --mode file src",
"build:watch": "tsc --watch",
"lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' -e 'src/**/*.spec.ts'",
"pretest": "rimraf coverage/",
"test": "jest --no-cache",
"semantic-release": "semantic-release"
},
"dependencies": {
"conventional-commit-types": "^2.2.0",
"git-branch": "^2.0.1",
"lodash.compact": "^3.0.1",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.map": "^4.6.0",
"lodash.max": "^4.0.1",
"lodash.padend": "^4.6.1",
"word-wrap": "^1.2.3",
"tslib": "^1.9.3"
},
"devDependencies": {
"@commitlint/cli": "^7",
"@commitlint/config-conventional": "^7",
"@endemolshinegroup/cz-github": "^1",
"@endemolshinegroup/prettier-config": "^1",
"@endemolshinegroup/tslint-config": "^1",
"@semantic-release/changelog": "^3",
"@semantic-release/git": "^7",
"@types/git-branch": "^2.0.0",
"@types/inquirer": "^0.0.43",
"@types/jest": "^23",
"@types/lodash.compact": "^3.0.4",
"@types/lodash.find": "^4.6.4",
"@types/lodash.get": "^4.4.4",
"@types/lodash.has": "^4.5.4",
"@types/lodash.map": "^4.6.13",
"@types/lodash.max": "^4.0.4",
"@types/lodash.padend": "^4.6.4",
"@types/node": "^10",
"commitizen": "^3.0.2",
"husky": "^1.1.1",
"jest": "^23",
"lint-staged": "^8.0.0",
"lodash.find": "^4.6.0",
"prettier": "^1",
"rimraf": "^2",
"semantic-release": "^15",
"ts-jest": "^23",
"tslint": "^5",
"tslint-config-prettier": "^1",
"tslint-eslint-rules": "^5",
"typedoc": "^0.13.0",
"typescript": "^3"
}
}