{
  "name": "@bumpup/cli",
  "version": "2.5.1-0",
  "description": "fully automated and extensible software versioning",
  "keywords": [
    "configurable",
    "language-agnostic",
    "automatic",
    "versioning",
    "semver",
    "bump",
    "bumpup"
  ],
  "homepage": "https://github.com/danielr1996/bumpup#readme",
  "bugs": "https://github.com/danielr1996/bumpup/issues",
  "license": "ISC",
  "author": "Daniel Richter (https://github.com/danielr1996)",
  "files": [
    "dist"
  ],
  "bin": {
    "bumpup": "./dist/index.js"
  },
  "type": "module",
  "man": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielr1996/bumpup.git",
    "directory": "core/cli"
  },
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c --watch",
    "version": "node ../../core/cli/dist/index.js"
  },
  "devDependencies": {
    "@bumpup/fp": "file:../fp",
    "@bumpup/lib": "file:../lib",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@types/jest": "^26.0.0",
    "@types/node": "^14.0.13",
    "jest": "^26.0.1",
    "rollup": "^2.16.0",
    "rollup-plugin-add-shebang": "^0.3.1",
    "rollup-plugin-clean": "^1.0.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "tempy": "^0.6.0",
    "ts-jest": "^26.1.0",
    "tslib": "^2.0.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "commander": "^6.0.0",
    "find-up": "^4.1.0",
    "log-symbols": "^4.0.0",
    "winston": "^3.3.3"
  }
}