@release-it/keep-a-changelog
Version:
Keep-a-changelog plugin for release-it
60 lines (59 loc) • 1.33 kB
JSON
{
"name": "@release-it/keep-a-changelog",
"version": "7.0.0",
"description": "Keep-a-changelog plugin for release-it",
"type": "module",
"exports": "./index.js",
"scripts": {
"test": "bron test.js",
"release": "release-it"
},
"keywords": [
"release",
"release-it",
"release-it-plugin",
"keep-a-changelog",
"changelog",
"changes",
"unreleased"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/release-it/keep-a-changelog.git"
},
"homepage": "https://github.com/release-it/keep-a-changelog#readme",
"bugs": "https://github.com/release-it/keep-a-changelog/issues",
"author": {
"name": "Lars Kappert",
"email": "lars@webpro.nl",
"url": "https://webpro.nl"
},
"dependencies": {
"detect-newline": "^4.0.1",
"semver": "^7.7.1",
"string-template": "^1.0.0"
},
"devDependencies": {
"bron": "^2.0.3",
"fs-monkey": "^1.0.6",
"memfs": "^4.17.0",
"release-it": "^19.0.0",
"sinon": "^20.0.0"
},
"peerDependencies": {
"release-it": "^18.0.0 || ^19.0.0"
},
"engines": {
"node": "^20.9.0 || >=22.0.0"
},
"release-it": {
"github": {
"release": true,
"tokenRef": "GITHUB_TOKEN_RELEASE_IT"
},
"hooks": {
"before:init": "npm test"
}
}
}