{
  "name": "redis-download",
  "version": "1.0.36",
  "description": "Downloads and builds Redis",
  "homepage": "https://saiichihashimoto.github.io/redis-download/",
  "bugs": {
    "url": "https://github.com/saiichihashimoto/redis-download/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saiichihashimoto/redis-download.git"
  },
  "license": "ISC",
  "files": [
    "lib"
  ],
  "main": "./lib/redis-download.js",
  "bin": "./lib/cli.js",
  "scripts": {
    "build": "babel src --out-dir lib --source-maps --delete-dir-on-start --verbose --ignore \"**/*.spec.js\"",
    "test": "jest --verbose $(if [ -z ${CI+x} ]; then echo --watch; else echo --color --coverage; fi)"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "eslintConfig": {
    "extends": "saiichihashimoto"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "dependencies": {
    "commander": "4.1.1",
    "execa": "4.0.3",
    "fs-extra": "8.1.0",
    "request": "2.88.2",
    "request-promise-native": "1.0.8",
    "tar": "6.0.2",
    "update-notifier": "4.1.0"
  },
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.8.6",
    "@babel/preset-env": "7.8.6",
    "@stryker-mutator/babel-transpiler": "2.4.0",
    "@stryker-mutator/core": "2.4.0",
    "@stryker-mutator/javascript-mutator": "2.5.0",
    "@stryker-mutator/jest-runner": "2.4.0",
    "cz-conventional-changelog": "3.1.0",
    "eslint-config-saiichihashimoto": "2.1.8",
    "husky": "4.2.3",
    "jest": "24.1.0",
    "lint-my-app": "3.7.49"
  },
  "engines": {
    "node": "12.8.0"
  }
}
