UNPKG

@mindblowing/commitlint-config-jira

Version:

A recomended config who contain preconfigured rules for jira commits messages style

55 lines (54 loc) 1.48 kB
{ "name": "@mindblowing/commitlint-config-jira", "description": "A recomended config who contain preconfigured rules for jira commits messages style", "version": "1.7.0", "license": "MIT", "author": { "name": "Gherciu Gheorghe", "email": "gherciu553@gmail.com", "url": "https://gherciu.github.io/" }, "keywords": [ "commitlint", "jira-commitlint", "jira-style", "jira", "multipack", "commitlintplugin" ], "repository": { "type": "git", "url": "https://github.com/Gherciu/commitlint-jira" }, "bugs": { "url": "https://github.com/Gherciu/commitlint-jira/issues" }, "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": "^5.2.1", "rimraf": "^2.6.3", "ts-loader": "^6.1.0", "typescript": "^3.6.3", "webpack": "^4.40.2", "webpack-cli": "^3.3.8" }, "dependencies": { "@mindblowing/commitlint-jira-utils": "^1.7.0", "opencollective-postinstall": "^2.0.2" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/gherciu-gheorghe" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/gherciu-gheorghe" }, "gitHead": "9134f330a7867de6223029d7ec53795c98707c57" }