conventional-changelog-action/package.json

31 lines
812 B
JSON

{
"name": "conventional-changelog-action",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TriPSs/conventional-changelog-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TriPSs/conventional-changelog-action/issues"
},
"homepage": "https://github.com/TriPSs/conventional-changelog-action#readme",
"dependencies": {
"@actions/core": "1.2.4",
"@actions/exec": "1.0.4",
"conventional-changelog": "3.1.21",
"conventional-recommended-bump": "6.0.9",
"git-semver-tags": "4.0.0",
"object-path": "^0.11.4",
"toml": "^3.0.0",
"yaml": "^1.10.0"
}
}