18 lines
384 B
JSON
18 lines
384 B
JSON
|
{
|
||
|
"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 <yanick@babyl.ca> (http://techblog.babyl.ca/)",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"yargs": "^17.7.2"
|
||
|
}
|
||
|
}
|