commitlint-config-jira-jquery
Version:
A recomended config who contain preconfigured rules for jira commits messages style
38 lines (37 loc) • 976 B
JSON
{
"name": "commitlint-config-jira-jquery",
"description": "A recomended config who contain preconfigured rules for jira commits messages style",
"version": "1.0.6",
"license": "MIT",
"author": {
"name": "Trung Nguyen",
"email": "minhtrung2031997@gmail.com"
},
"keywords": [
"commitlint",
"jira-commitlint",
"jira-style",
"jira",
"multipack",
"commitlintplugin"
],
"main": "./build/index.js",
"types": "./@types",
"scripts": {
"build": "rimraf ./build && cross-env NODE_ENV=production webpack",
"watch": "cross-env NODE_ENV=development webpack -w",
"postinstall": "opencollective-postinstall || exit 0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^5.0.1",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"commitlint-jira-utils-jquery": "^1.0.3",
"opencollective-postinstall": "^2.0.3"
}
}