clog-cli
Version:
An npm module for distributing "clog" https://github.com/clog-tool/clog
34 lines (33 loc) • 1.04 kB
JSON
{
"name": "clog-cli",
"version": "1.0.0",
"description": "An npm module for distributing \"clog\" https://github.com/clog-tool/clog",
"main": "lib/clog",
"scripts": {
"release": "with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags",
"release:beta": "npm run release && npm run tag:beta",
"tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"clog": "lib/clog"
},
"repository": {
"type": "git",
"url": "git://github.com/kentcdodds/clog-cli.git"
},
"keywords": [
"clog",
"conventional changelog"
],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kentcdodds/clog-cli/issues"
},
"homepage": "https://github.com/kentcdodds/clog-cli#readme",
"devDependencies": {
"cz-conventional-changelog": "1.1.0",
"with-package": "0.2.0"
}
}