@cheesecakelabs/cz-ckl-jira-smart-commit
Version:
The CheesecakeLabs commitizen adapter for Jira Smart Commits
47 lines (46 loc) • 1.45 kB
JSON
{
"name": "@cheesecakelabs/cz-ckl-jira-smart-commit",
"version": "1.0.0",
"description": "The CheesecakeLabs commitizen adapter for Jira Smart Commits",
"main": "index.js",
"scripts": {
"start": "nodemon --exec \"npm run test\"",
"test": "mocha index.test --compilers js:babel/register",
"release": "npm run test && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags",
"release:beta": "npm run release && npm run tag:beta",
"tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CheesecakeLabs/cz-ckl-jira-smart-commit.git"
},
"keywords": [
"commitizen",
"commitizen adapter",
"jira",
"jira smart commit"
],
"author": "Cheesecake Labs (https://ckl.io/)",
"contributors": [
"Helder Burato Berto <helder@ckl.io>",
"Ilê Caian <ile@ckl.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CheesecakeLabs/cz-ckl-jira-smart-commit/issues"
},
"homepage": "https://github.com/CheesecakeLabs/cz-ckl-jira-smart-commit#readme",
"devDependencies": {
"babel": "5.8.21",
"chai": "3.2.0",
"mocha": "2.2.5",
"nodemon": "1.4.0",
"proxyquire": "^1.7.10",
"sinon": "1.15.4",
"sinon-chai": "2.8.0",
"with-package": "0.2.0"
},
"dependencies": {
"inquirer": "^1.1.3"
}
}