UNPKG

rsi.cli

Version:

The swiss army knife for RSI related tasks.

21 lines 498 B
{ "name": "rsi.service.{{name}}", "version": "{{version}}", "description": "{{description}}", "author": { "name": "{{{author}}}", "email": "{{email}}" }, "contributors": [ ], "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" }, "license": "UNLICENSED", "private": true, "dependencies": {}, "devDependencies": { "conventional-changelog": "^3.0.5", "conventional-changelog-cli": "^2.0.11" } }