UNPKG

simple-commit-message

Version:

Simple commit message wizard and validator; works with commitizen and pre-git

87 lines (86 loc) 2.2 kB
{ "name": "simple-commit-message", "description": "Simple commit message wizard and validator; works with commitizen and pre-git", "main": "src/index.js", "bin": { "simple-commit-message": "bin/simple-wizard.js" }, "version": "4.1.3", "scripts": { "ban": "node node_modules/.bin/ban", "deps": "deps-ok && dependency-check --no-dev . --entry src/postinstall.js", "test": "rocha src/*-spec.js", "lint": "standard --verbose --fix bin/*.js src/*.js", "commit": "commit-wizard", "semantic-release": "semantic-release", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "wizard": "node bin/simple-wizard.js", "issues": "git-issues" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/simple-commit-message.git" }, "files": [ "bin", "src/*.js", "!src/*-spec.js" ], "keywords": [ "commit", "message", "validation", "wizard", "pre-git", "commitizen" ], "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bahmutov/simple-commit-message/issues" }, "homepage": "https://github.com/bahmutov/simple-commit-message#readme", "devDependencies": { "ban-sensitive-files": "1.9.15", "dependency-check": "3.4.1", "deps-ok": "1.4.1", "git-issues": "1.3.1", "next-update-travis": "1.7.1", "pre-git": "3.17.1", "ramda": "0.27.1", "rocha": "2.5.10", "semantic-release": "17.4.4", "snap-shot": "2.17.0", "standard": "12.0.1" }, "config": { "pre-git": { "commit-msg": "simple", "pre-commit": [ "npm run ban", "npm run lint", "npm test" ], "pre-push": [ "npm run size" ], "post-commit": [], "post-merge": [] } }, "dependencies": { "check-more-types": "2.24.0", "debug": "4.3.2", "ggit": "2.4.12", "hr": "0.1.3", "inquirer": "6.5.2", "inquirer-confirm": "2.0.7", "largest-semantic-change": "1.1.0", "lazy-ass": "1.6.0", "semver": "5.7.1", "word-wrap": "1.2.3" }, "release": { "analyzeCommits": "./src/index.js" } }