{
  "homepage": "https://github.com/knitjs/knit#readme",
  "license": "MIT",
  "author": {
    "name": "Shane Wilson"
  },
  "bugs": {
    "url": "https://github.com/knitjs/knit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knitjs/knit.git"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=5"
  },
  "private": false,
  "name": "@knit/knit",
  "description": "Manage release of monorepo packages",
  "version": "0.8.16",
  "bin": {
    "knit": "./bin/cli.js"
  },
  "dependencies": {
    "@knit/common-tasks": "^0.8.11",
    "@knit/find-dependencies": "^0.8.11",
    "@knit/find-packages": "^0.8.8",
    "@knit/git-branch-semver": "^0.0.0",
    "@knit/git-commit-sha": "^0.0.3",
    "@knit/knit-core": "^0.8.10",
    "@knit/latest-version": "^0.0.2",
    "@knit/logger": "^0.8.3",
    "@knit/needle": "^0.8.8",
    "@knit/nice-errors": "^0.8.3",
    "@knit/path-join": "^0.8.3",
    "@knit/read-pkg": "^0.8.8",
    "chalk": "3.0.0-beta.1",
    "execa": "2.0.4",
    "listr": "^0.14.3",
    "read-pkg-up": "7.0.0",
    "update-notifier": "3.0.1",
    "write-pkg": "4.0.0",
    "yargs": "14.1.0"
  }
}
