UNPKG

@release-it-plugins/lerna-changelog

Version:
82 lines (81 loc) 1.78 kB
{ "name": "@release-it-plugins/lerna-changelog", "version": "8.0.1", "description": "release-it plugin for lerna-changelog ", "keywords": [ "release", "release-it", "release-it-plugin", "plugin", "changelog", "lerna" ], "repository": "https://github.com/release-it-plugins/lerna-changelog", "license": "MIT", "author": "Robert Jackson <me@rwjblue.com>", "type": "module", "exports": { ".": { "import": "./index.js", "require": "./cjs-wrapper.cjs" } }, "main": "index.js", "files": [ "index.js", "cjs-wrapper.cjs" ], "scripts": { "lint:js": "eslint .", "test": "npm-run-all lint:js test:vitest", "test:vitest": "vitest run" }, "dependencies": { "execa": "^5.1.1", "lerna-changelog": "^2.2.0", "lodash": "^4.17.21", "mdast-util-from-markdown": "^2.0.2", "tmp": "^0.2.3", "validate-peer-dependencies": "^2.2.0", "which": "^5.0.0" }, "devDependencies": { "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.5.0", "eta": "^3.5.0", "npm-run-all": "^4.1.5", "prettier": "^3.5.3", "release-it": "^19.0.3", "sinon": "^21.0.0", "vitest": "^3.2.4" }, "peerDependencies": { "release-it": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "engines": { "node": ">=20" }, "volta": { "node": "20.12.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "release-it": { "plugins": { "./cjs-wrapper.cjs": { "infile": "CHANGELOG.md", "launchEditor": true } }, "git": { "tagName": "v${version}" }, "github": { "release": true } } }