54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "conventional-changelog",
|
|
"version": "3.1.25",
|
|
"description": "Generate a changelog from git metadata",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
|
|
},
|
|
"keywords": [
|
|
"conventional-changelog",
|
|
"conventional",
|
|
"changelog",
|
|
"log"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Ford"
|
|
},
|
|
{
|
|
"name": "Vojta Jína"
|
|
},
|
|
{
|
|
"name": "Andrew Joslin"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
|
},
|
|
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^5.0.12",
|
|
"conventional-changelog-atom": "^2.0.8",
|
|
"conventional-changelog-codemirror": "^2.0.8",
|
|
"conventional-changelog-conventionalcommits": "^4.5.0",
|
|
"conventional-changelog-core": "^4.2.1",
|
|
"conventional-changelog-ember": "^2.0.9",
|
|
"conventional-changelog-eslint": "^3.0.9",
|
|
"conventional-changelog-express": "^2.0.6",
|
|
"conventional-changelog-jquery": "^3.0.11",
|
|
"conventional-changelog-jshint": "^2.0.9",
|
|
"conventional-changelog-preset-loader": "^2.3.4"
|
|
},
|
|
"scripts": {
|
|
"test-windows": "mocha --timeout 30000"
|
|
}
|
|
}
|