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

53 lines (52 loc) 1.41 kB
{ "name": "conventional-changelog-writer", "version": "1.4.1", "description": "Write logs based on conventional commits and templates", "homepage": "https://github.com/conventional-changelog/conventional-changelog-writer", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "repository": "conventional-changelog/conventional-changelog-writer", "license": "MIT", "keywords": [ "conventional-changelog-writer", "changelog", "conventional", "commits", "templates", "writer", "writing", "logs" ], "dependencies": { "compare-func": "^1.3.1", "conventional-commits-filter": "^1.0.0", "dateformat": "^1.0.11", "handlebars": "^4.0.2", "json-stringify-safe": "^5.0.1", "lodash": "^4.0.0", "meow": "^3.3.0", "semver": "^5.0.1", "split": "^1.0.0", "through2": "^2.0.0" }, "devDependencies": { "chai": "^3.0.0", "concat-stream": "^1.4.8", "coveralls": "^2.11.2", "istanbul": "^0.4.2", "jscs": "^3.0.3", "jshint": "^2.9.1-rc3", "mocha": "*" }, "scripts": { "lint": "jshint *.js lib test && jscs *.js lib test", "test": "npm run lint && mocha --timeout 30000", "coverage": "istanbul cover _mocha -- -R spec --timeout 30000 && rm -rf ./coverage" }, "bin": { "conventional-changelog-writer": "cli.js" } }