{
  "name": "@release-it-plugins/lerna-changelog",
  "version": "7.0.0",
  "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": "^1.2.0",
    "tmp": "^0.2.1",
    "validate-peer-dependencies": "^2.0.0",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "release-it": "^17.0.0",
    "sinon": "^14.0.0",
    "vitest": "^0.33.0"
  },
  "peerDependencies": {
    "release-it": "^14.0.0 || ^15.1.3 || ^16.0.0 || ^17.0.0"
  },
  "engines": {
    "node": ">= 16"
  },
  "volta": {
    "node": "18.20.3"
  },
  "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
    }
  }
}
