UNPKG

@semantic-release/release-notes-generator

Version:

semantic-release plugin to generate changelog content with conventional-changelog

111 lines (110 loc) 2.88 kB
{ "name": "@semantic-release/release-notes-generator", "description": "semantic-release plugin to generate changelog content with conventional-changelog", "version": "11.0.3", "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": "^6.0.0", "conventional-changelog-writer": "^6.0.0", "conventional-commits-filter": "^3.0.0", "conventional-commits-parser": "^4.0.0", "debug": "^4.0.0", "get-stream": "^7.0.0", "import-from": "^4.0.0", "into-stream": "^7.0.0", "lodash-es": "^4.17.21", "read-pkg-up": "^9.0.0" }, "devDependencies": { "ava": "5.3.0", "c8": "7.14.0", "conventional-changelog-atom": "3.0.0", "conventional-changelog-conventionalcommits": "6.0.0", "conventional-changelog-ember": "3.0.0", "conventional-changelog-eslint": "4.0.0", "conventional-changelog-express": "3.0.0", "conventional-changelog-jshint": "3.0.0", "escape-string-regexp": "5.0.0", "fs-extra": "11.1.0", "prettier": "2.8.8", "semantic-release": "21.0.3", "stream-buffers": "3.0.2", "tempy": "3.0.0", "testdouble": "3.18.0" }, "engines": { "node": ">=18" }, "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", "c8": { "include": [ "lib/**/*.js", "index.js" ], "reporter": [ "json", "text", "html" ], "all": true }, "peerDependencies": { "semantic-release": ">=20.1.0" }, "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 --check \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"", "lint:fix": "prettier --write \"*.{js,json,md}\" \".github/**/*.{md,yml}\" \"{bin,lib,test}/*.js\"", "pretest": "npm run lint", "semantic-release": "semantic-release", "test": "c8 ava -v", "test:ci": "c8 ava -v" }, "type": "module", "ava": { "nodeArguments": [ "--loader=testdouble", "--no-warnings" ] }, "renovate": { "extends": [ "github>semantic-release/.github" ] } }