2023-05-05 14:56:30 +00:00
|
|
|
{
|
|
|
|
"name": "changelord",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "cli-based changelog manager",
|
2023-05-10 14:28:23 +00:00
|
|
|
"type": "module",
|
2023-05-16 15:36:13 +00:00
|
|
|
"main": "src/changelord.js",
|
2023-05-10 14:28:23 +00:00
|
|
|
"bin": {
|
|
|
|
"changelord": "./src/changelord.js"
|
|
|
|
},
|
2023-05-16 15:36:13 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.babyl.ca/yanick/changelord.js.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://git.babyl.ca/yanick/changelord.js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://git.babyl.ca/yanick/changelord.js",
|
2023-05-05 14:56:30 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"changelog"
|
|
|
|
],
|
|
|
|
"author": "Yanick Champoux <yanick@babyl.ca> (http://techblog.babyl.ca/)",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-05-10 19:30:51 +00:00
|
|
|
"@yanick/updeep-remeda": "^2.2.0",
|
2023-05-10 14:28:23 +00:00
|
|
|
"consola": "^3.1.0",
|
|
|
|
"fs-extra": "^11.1.1",
|
2023-05-10 18:36:56 +00:00
|
|
|
"markdown-utils": "^1.0.0",
|
|
|
|
"remeda": "^1.14.0",
|
2023-05-10 20:46:53 +00:00
|
|
|
"semver": "^7.5.0",
|
|
|
|
"simple-git": "^3.18.0",
|
2023-05-10 14:28:23 +00:00
|
|
|
"yaml": "^2.2.2",
|
2023-05-05 14:56:30 +00:00
|
|
|
"yargs": "^17.7.2"
|
2023-05-10 14:28:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-10 18:36:56 +00:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"vitest": "^0.31.0"
|
2023-05-05 14:56:30 +00:00
|
|
|
}
|
|
|
|
}
|