UNPKG

@sportheroes/bk-conventional-changelog

Version:
49 lines (48 loc) 1.35 kB
{ "name": "@sportheroes/bk-conventional-changelog", "version": "2.0.3", "description": "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-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", "devDependencies": { "chai": "^4.1.2", "conventional-changelog-core": "3.2.3", "git-dummy-commit": "^1.3.0", "jscs": "^3.0.7", "jshint": "2.13.6", "mocha": "6.1.4", "shelljs": "^0.9.2", "through2": "^2.0.3" }, "dependencies": { "q": "^1.5.1" }, "peerDependencies": { "config": "3.X" } }