{
  "name": "@sustainhawaii/ci-helper",
  "version": "1.8.28",
  "description": "command-line utility for use within continuous integration processes",
  "bin": {
    "sustainHawaiiCiHelper": "lib/index.js"
  },
  "scripts": {
    "compile": "babel src -d lib",
    "release": "standard-version && git push --follow-tags origin master && npm run compile && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/charleskoehl/ci-helper.git"
  },
  "keywords": [
    "utility"
  ],
  "author": "Charles Koehl",
  "license": "ISC",
  "homepage": "https://bitbucket.org/charleskoehl/ci-helper#readme",
  "dependencies": {
    "@babel/runtime": "^7.6.3",
    "async": "^3.1.0",
    "bluebird": "^3.7.1",
    "clui": "^0.3.6",
    "configstore": "^5.0.1",
    "inquirer": "^7.0.4",
    "lodash": "^4.17.15",
    "otplib": "^11.0.1",
    "shelljs": "^0.8.3",
    "yargs": "^14.2.0",
    "yup": "^0.28.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/preset-env": "^7.6.3"
  }
}
