{
  "name": "@tsed/monorepo-utils",
  "version": "3.3.3",
  "description": "Mono repo utils",
  "type": "module",
  "main": "./src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./semantic-release": "./semantic-release.js"
  },
  "bin": {
    "monorepo": "./bin/monorepo.js"
  },
  "repository": "https://github.com/tsedio/tsed-monorepo-utils",
  "keywords": [],
  "author": "Romain Lenzotti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tsedio/tsed-monorepo-utils/issues"
  },
  "homepage": "https://github.com/tsedio/tsed-monorepo-utils/tree/master/packages/monorepo",
  "directories": {
    "src": "./src",
    "bin": "./bin"
  },
  "dependencies": {
    "@samverschueren/stream-to-observable": ">=0.3.1",
    "@typescript-eslint/typescript-estree": ">=6.20.0",
    "any-observable": "^0.6.0",
    "axios": ">=1.6.7",
    "chalk": ">=5.3.0",
    "cli-table3": "^0.6.5",
    "commander": ">=12.0.0",
    "execa": ">=8.0.1",
    "fancy-log": ">=1.3.3",
    "figures": ">=3.2.0",
    "fs-extra": ">=11.2.0",
    "globby": ">=14.0.0",
    "has-yarn": ">=3.0.0",
    "inquirer": ">=9.2.13",
    "jsonfile": ">=6.1.0",
    "listr2": ">=8.0.2",
    "lodash": ">=4.17.21",
    "normalize-path": ">=3.0.0",
    "rxjs": ">=7.8.1",
    "semver": ">=7.5.4",
    "split": ">=1.0.1",
    "typescript": ">=5.3.3"
  },
  "peerDependencies": {
    "semantic-release": ">=19"
  },
  "devDependencies": {}
}