{
  "name": "@krakenjs/grabthar",
  "version": "6.2.0",
  "description": "Periodic npm installs in production",
  "main": "index.js",
  "scripts": {
    "flow-typed": "rm -rf ./flow-typed && flow-typed install",
    "babel": "babel src --ignore=node_modules --out-dir src --source-maps inline",
    "format": "prettier --write --ignore-unknown .",
    "format:check": "prettier --check .",
    "test": "npm run format:check && npm run lint && npm run flow-typed && npm run flow && npm run jest:ci",
    "flow": "flow",
    "lint": "eslint src/ test/ *.js",
    "jest": "jest test --env=node",
    "jest:ci": "npm run jest -- --no-cache --coverage --collectCoverageFrom=./src --verbose --runInBand",
    "prepare": "husky install",
    "prerelease": "npm run babel",
    "release": "standard-version",
    "postrelease": "git push --follow-tags && npm publish && git checkout ./src && git clean -f"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krakenjs/grabthar.git"
  },
  "keywords": [
    "hot install",
    "node"
  ],
  "author": "dbrain",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/krakenjs/grabthar/issues"
  },
  "homepage": "https://github.com/krakenjs/grabthar#readme",
  "devDependencies": {
    "@commitlint/cli": "^16.2.1",
    "@commitlint/config-conventional": "^16.2.1",
    "@jest/globals": "^26.1.0",
    "@krakenjs/grumbler-scripts": "^7.0.0",
    "flow-bin": "0.130.0",
    "husky": "^7.0.4",
    "jest": "^26",
    "lint-staged": "^13.0.3",
    "nock": "^13",
    "prettier": "2.7.1",
    "standard-version": "^9.3.2",
    "yargs-parser": "^10.0.0"
  },
  "dependencies": {
    "child-process-promise": "^2.2.1",
    "compare-versions": "^3.1.0",
    "download": "^7.1.0",
    "fs-extra": "^7.0.1",
    "lru-cache": "^5.1.1",
    "node-cleanup": "^2.1.2",
    "node-fetch": "^2.3.0",
    "process-exists": "^4.0.0",
    "rmfr": "^2.0.0",
    "uuid": "^3.2.1"
  },
  "standard-version": {
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "chore",
        "hidden": false
      },
      {
        "type": "docs",
        "hidden": false
      },
      {
        "type": "style",
        "hidden": false
      },
      {
        "type": "refactor",
        "hidden": false
      },
      {
        "type": "perf",
        "hidden": false
      },
      {
        "type": "test",
        "hidden": false
      },
      {
        "type": "ci",
        "hidden": true
      }
    ]
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  }
}
