{
  "name": "@bumpup/bump-package-json",
  "version": "2.3.0-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"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielr1996/bumpup.git",
    "directory": "plugins/bump-package-json"
  },
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c --watch",
    "version": "node ../../core/cli/dist/index.js"
  },
  "devDependencies": {
    "@bumpup/lib": "file:../../core/lib",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@types/jest": "^26.0.0",
    "@types/node": "^14.0.13",
    "jest": "^26.0.1",
    "rollup": "^2.16.0",
    "rollup-plugin-clean": "^1.0.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "ts-jest": "^26.1.0",
    "tslib": "^2.0.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@bumpup/fp": "file:../../core/fp",
    "log-symbols": "^4.0.0",
    "winston": "^3.3.3"
  }
}