UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

45 lines (44 loc) 1.34 kB
{ "name": "conventional-recommended-bump", "version": "0.3.0", "description": "Get a recommended version bump based on conventional commits", "homepage": "https://github.com/conventional-changelog/conventional-recommended-bump", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "repository": "conventional-changelog/conventional-recommended-bump", "license": "MIT", "keywords": [ "conventional-recommended-bump", "recommend", "conventional", "bump" ], "dependencies": { "concat-stream": "^1.4.10", "conventional-commits-filter": "^1.0.0", "conventional-commits-parser": "^1.0.1", "git-latest-semver-tag": "^1.0.0", "git-raw-commits": "^1.0.0", "meow": "^3.3.0", "object-assign": "^4.0.1" }, "devDependencies": { "better-than-before": "^1.0.0", "core-assert": "^0.2.0", "coveralls": "^2.11.2", "istanbul": "^0.4.2", "jscs": "^3.0.7", "jshint": "^2.6.3", "mocha": "*", "shelljs": "^0.7.3" }, "scripts": { "coverage": "istanbul cover _mocha -- -R spec --timeout 20000 && rm -rf ./coverage", "lint": "jshint presets test *.js --exclude node_modules && jscs presets test *.js", "test": "npm run-script lint && mocha --timeout 20000" }, "bin": "cli.js" }