UNPKG

simple-changelog

Version:

Simple GitHub release changelog from public semantic commits

106 lines 2.79 kB
{ "name": "simple-changelog", "description": "Simple GitHub release changelog from public semantic commits", "version": "1.1.3", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bugs": "https://github.com/bahmutov/simple-changelog/issues", "config": { "pre-git": { "commit-msg": "simple", "pre-commit": [ "npm prune", "npm run deps", "npm test", "git add src/*.js", "npm run ban" ], "pre-push": [ "npm run secure", "npm run license", "npm run ban -- --all", "npm run size" ], "post-commit": [], "post-merge": [] } }, "engines": { "node": ">=4" }, "files": [ "src/*.js", "!src/*-spec.js" ], "homepage": "https://github.com/bahmutov/simple-changelog#readme", "keywords": [ "changelog", "git", "github", "semantic", "semantic-release" ], "license": "MIT", "main": "src/", "publishConfig": { "registry": "http://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/simple-changelog.git" }, "scripts": { "ban": "ban", "deps": "deps-ok && dependency-check --no-dev .", "issues": "git-issues", "license": "license-checker --production --onlyunknown --csv", "lint": "standard --verbose --fix src/*.js", "prelint": "npm run pretty", "pretest": "npm run lint", "pretty": "prettier-standard 'src/*.js'", "secure": "nsp check", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run unit", "unit": "mocha src/*-spec.js", "demo": "node src/demo.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "devDependencies": { "ban-sensitive-files": "1.9.0", "dependency-check": "2.9.1", "deps-ok": "1.2.0", "dont-crack": "1.2.1", "git-issues": "1.3.1", "github-post-release": "1.13.0", "if-node-version": "1.1.1", "license-checker": "13.0.3", "mocha": "3.5.0", "mockdate": "2.0.1", "next-update-travis": "1.7.1", "nsp": "2.7.0", "pre-git": "3.15.3", "prettier-standard": "6.0.0", "semantic-release": "6.3.6", "sinon": "3.1.0", "snap-shot": "2.17.0", "standard": "10.0.3", "stub-spawn-once": "2.3.0" }, "release": { "analyzeCommits": "simple-commit-message", "generateNotes": "github-post-release", "verifyRelease": { "path": "dont-crack", "test-against": [] } }, "dependencies": { "check-more-types": "2.24.0", "common-tags": "1.4.0", "debug": "2.6.8", "ggit": "2.0.2", "lazy-ass": "1.6.0", "new-public-commits": "1.3.1", "ramda": "0.24.1", "simple-commit-message": "3.3.1" } }