{ "name": "changelord", "version": "0.0.1", "description": "cli-based changelog manager", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "changelog" ], "author": "Yanick Champoux (http://techblog.babyl.ca/)", "license": "ISC", "dependencies": { "yargs": "^17.7.2" } }