{
  "name": "@semantic-release-monorepo/core",
  "version": "2.4.2",
  "description": "Apply semantic-release's automatic publishing to a monorepo",
  "type": "module",
  "exports": "./esm/index.js",
  "types": "esm/index.d.ts",
  "files": [
    "dist",
    "esm",
    "src"
  ],
  "keywords": [
    "release",
    "semantic-release",
    "semantic-release-monorepo",
    "npm",
    "github",
    "git",
    "changelog"
  ],
  "scripts": {
    "clean:build": "rimraf dist esm",
    "clean:coverage": "rimraf ./test/coverage",
    "clean": "run-p clean:build clean:coverage",
    "build": "tsc",
    "build:watch": "tsc --w",
    "prebuild": "run-s clean"
  },
  "peerDependencies": {
    "semantic-release": "^19.x || ^20.x"
  },
  "dependencies": {
    "@manypkg/get-packages": "^2.0.0",
    "blork": "^9.3.0",
    "cosmiconfig": "^8.0.0",
    "debug": "^4.3.4",
    "detect-indent": "^7.0.1",
    "detect-newline": "^4.0.0",
    "dotenv": "^16.0.3",
    "execa": "^6.1.0",
    "figures": "^5.0.0",
    "fs-extra": "^11.1.0",
    "get-stream": "^6.0.1",
    "git-log-parser": "^1.2.0",
    "git-username": "^1.0.0",
    "globby": "^13.1.3",
    "lodash": "^4.17.21",
    "meow": "^11.0.0",
    "promise-events": "^0.2.4",
    "semver": "^7.3.8",
    "signale": "^1.4.0",
    "stream-buffers": "^3.0.2",
    "unixify": "^1.0.0"
  },
  "devDependencies": {
    "@changesets/types": "^5.2.1",
    "@types/bash-glob": "^2.0.1",
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "^11.0.1",
    "@types/git-username": "^1.0.2",
    "@types/lodash": "^4.14.191",
    "@types/semantic-release": "^20.0.0",
    "@types/semver": "^7.3.13",
    "@types/signale": "^1.4.4",
    "@types/stream-buffers": "^3.0.4",
    "@types/unixify": "^1.0.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^4.1.2"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "author": {
    "name": "bubkoo",
    "email": "bubkoo.wy@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/bubkoo/semantic-release-monorepo",
  "bugs": {
    "url": "https://github.com/bubkoo/semantic-release-monorepo/issues"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/bubkoo/semantic-release-monorepo.git",
    "directory": "packages/core"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
