@semantic-release/release-notes-generator
Version:
semantic-release plugin to generate changelog content with conventional-changelog
132 lines (131 loc) • 3.53 kB
JSON
{
"name": "@semantic-release/release-notes-generator",
"description": "semantic-release plugin to generate changelog content with conventional-changelog",
"version": "14.0.1",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
"bugs": {
"url": "https://github.com/semantic-release/release-notes-generator/issues"
},
"contributors": [
"Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-writer": "^8.0.0",
"conventional-commits-filter": "^5.0.0",
"conventional-commits-parser": "^6.0.0",
"debug": "^4.0.0",
"get-stream": "^7.0.0",
"import-from-esm": "^1.0.3",
"into-stream": "^7.0.0",
"lodash-es": "^4.17.21",
"read-package-up": "^11.0.0"
},
"devDependencies": {
"ava": "6.1.3",
"c8": "10.1.2",
"conventional-changelog-atom": "5.0.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"conventional-changelog-ember": "5.0.0",
"conventional-changelog-eslint": "6.0.0",
"conventional-changelog-express": "5.0.0",
"conventional-changelog-jshint": "5.0.0",
"escape-string-regexp": "5.0.0",
"fs-extra": "11.2.0",
"lockfile-lint": "4.14.0",
"ls-engines": "0.9.2",
"npm-run-all2": "6.2.0",
"prettier": "3.3.2",
"publint": "0.2.8",
"semantic-release": "24.0.0",
"sinon": "18.0.0",
"stream-buffers": "3.0.3",
"tempy": "3.1.0",
"testdouble": "3.20.2"
},
"engines": {
"node": ">=20.8.1"
},
"files": [
"lib",
"wrappers",
"index.js"
],
"homepage": "https://github.com/semantic-release/release-notes-generator#readme",
"keywords": [
"changelog",
"conventional-changelog",
"conventional-commits",
"github",
"publish",
"release",
"release-note-generator",
"semantic-release"
],
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
"c8": {
"include": [
"lib/**/*.js",
"index.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"peerDependencies": {
"semantic-release": ">=20.1.0"
},
"lockfile-lint": {
"path": "package-lock.json",
"type": "npm",
"validate-https": true,
"allowed-hosts": [
"npm"
]
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/semantic-release/release-notes-generator.git"
},
"scripts": {
"lint:prettier": "prettier --check \"{lib,test}/**/*.{js,json,ts}\" \"*.{md,json,js}\" \".github/**/*.yml\"",
"lint:prettier:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/**/*.js\"",
"lint:lockfile": "lockfile-lint",
"lint:engines": "ls-engines",
"lint:publish": "publint --strict",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:unit": "c8 ava --verbose",
"test:integration": "ava --verbose test/integration.test.js"
},
"type": "module",
"ava": {
"files": [
"test/**/*.test.js",
"!test/integration.test.js"
],
"nodeArguments": [
"--loader=testdouble",
"--no-warnings"
]
},
"renovate": {
"extends": [
"github>semantic-release/.github:renovate-config"
]
},
"packageManager": "npm@10.8.1"
}