UNPKG

@joethefkingfrypan/bk-conventional-changelog

Version:

Fork of conventional-changelog SportHeroesGroup backend preset

51 lines (50 loc) 1.44 kB
{ "name": "@joethefkingfrypan/bk-conventional-changelog", "version": "2.2.0", "description": "Fork of conventional-changelog SportHeroesGroup backend preset", "main": "index.js", "scripts": { "lint": "jshint *.js --exclude node_modules && jscs *.js", "lint-win": "jshint index.js test.js --exclude node_modules && jscs index.js test.js", "test": "mocha --timeout 30000 && npm run-script lint", "test-only": "mocha --timeout 30000", "test-win": "mocha --timeout 30000 && npm run-script lint-win" }, "repository": { "type": "git", "url": "git+https://github.com/sportheroes/bk-conventional-changelog.git" }, "keywords": [ "conventional-changelog", "SportHeroesGroup", "preset" ], "author": "Romain Gagnaire <romain.gagnaire.pro@gmail.com>", "license": "ISC", "files": [ "index.js", "usernames.js", "templates" ], "bugs": { "url": "https://github.com/sportheroes/bk-conventional-changelog/issues" }, "homepage": "https://github.com/sportheroes/bk-conventional-changelog#readme", "peerDependencies": { "config": ">=3.X <4.X" }, "devDependencies": { "chai": "^4.2.0", "config": ">=3.X <4.X", "conventional-changelog-core": "3.0.0", "git-dummy-commit": "^1.3.0", "jscs": "^3.0.7", "jshint": "^2.10.2", "mocha": "*", "shelljs": "^0.8.3", "through2": "^3.0.1" }, "dependencies": { "q": "^1.5.1" } }