changelord.js/package.json

28 lines
586 B
JSON

{
"name": "changelord",
"version": "0.0.1",
"description": "cli-based changelog manager",
"type": "module",
"main": "src/index.js",
"bin": {
"changelord": "./src/changelord.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": {
"consola": "^3.1.0",
"fs-extra": "^11.1.1",
"yaml": "^2.2.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"prettier": "^2.8.8"
}
}