{
  "name": "bumpr",
  "version": "2.17.0",
  "description": "Bump the version of an package based on a Pull Request",
  "type": "module",
  "bin": {
    "bumpr": "./bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:all-i-code/bumpr.git"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "keywords": [
    "github",
    "pull-request",
    "version",
    "semver",
    "bump"
  ],
  "author": "Adam Meadows [https://github.com/job13er]",
  "contributors": [
    "Matthew Dahl [https://github.com/sandersky]",
    "Steven Glanzer [https://github.com/sglanzer]",
    "Zak Henry [https://github.com/zakhenry]"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/all-i-code/bumpr/issues"
  },
  "homepage": "https://github.com/all-i-code/bumpr#readme",
  "scripts": {
    "lint": "eslint *.cjs bin src",
    "watch-test": "jest --coverage --watch",
    "test": "npm run lint && jest --coverage",
    "prepare": "husky install"
  },
  "dependencies": {
    "chalk": "^4.1.1",
    "commander": "^8.0.0",
    "cosmiconfig": "^7.0.0",
    "lodash": "^4.17.21",
    "mime-types": "^2.1.22",
    "moment-timezone": "^0.5.35",
    "node-fetch": "^2.6.1",
    "promise": "^8.1.0",
    "replace-in-file": "^6.3.2",
    "semver": "^7.5.4"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.22.15",
    "@babel/preset-env": "^7.22.20",
    "babel-jest": "^29.7.0",
    "babel-plugin-transform-import-meta": "^2.2.1",
    "eslint": "^8.50.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier-airbnb": "^0.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.4.0",
    "freezly": "^2.0.2",
    "husky": "^7.0.0",
    "jest": "^27.5.1",
    "lint-staged": "^12.3.8",
    "prettier": "^2.3.1"
  }
}
