@lmc-eu/conventional-changelog-lmc
Version:
conventional-changelog LMC parser and writer
52 lines (51 loc) • 1.16 kB
JSON
{
"name": "@lmc-eu/conventional-changelog-lmc",
"version": "2.0.4",
"description": "conventional-changelog LMC parser and writer",
"keywords": [
"lmc",
"changelog",
"conventional-changelog",
"parser",
"writer"
],
"repository": {
"type": "git",
"url": "https://github.com/lmc-eu/code-quality-tools",
"directory": "packages/conventional-changelog-lmc"
},
"author": "Tomáš Litera <tomas.litera@lmc.eu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
},
"files": [
"src"
],
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"compare-func": "^2.0.0"
},
"devDependencies": {
"better-than-before": "1.0.0",
"conventional-changelog-core": "7.0.0",
"git-dummy-commit": "1.3.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"shelljs": "0.10.0",
"through2": "4.0.2"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended"
],
"testTimeout": 30000
},
"engines": {
"node": "^16 || ^18 || >=20"
},
"gitHead": "3c462316bd70cf3e9652656fc688ced332d0d47a"
}