{
  "name": "@ventureharbour/vhops",
  "version": "1.9.0",
  "description": "",
  "main": "./src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "semantic-release": "semantic-release"
  },
  "bin": {
    "vhops": "./src/index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "4.1.2",
    "commander": "8.1.0",
    "conf": "10.0.2",
    "dayjs": "1.10.6",
    "dayjs-business-days": "1.0.4",
    "dotenv": "10.0.0",
    "googleapis": "84.0.0",
    "graphql": "15.5.1",
    "graphql-request": "3.5.0",
    "isomorphic-fetch": "3.0.0",
    "mongoose": "5.13.7",
    "node-fetch": "3.0.0",
    "prompts": "2.4.1",
    "readline": "1.3.0"
  },
  "devDependencies": {
    "cz-conventional-changelog": "3.3.0",
    "husky": "4.3.8",
    "prettier": "2.3.2",
    "semantic-release": "^17.4.7"
  },
  "husky": {
    "hooks": {
      "pre-commit": "prettier -w ./src",
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ventureharbour/vhops.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/npm",
        {
          "npmPublish": true
        }
      ],
      [
        "@semantic-release/github",
        {
          "assets": "dist/*.tgz"
        }
      ]
    ]
  }
}
