{
  "name": "jgb-cli",
  "version": "1.9.6",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jgbjs/jgb.git"
  },
  "files": [
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/jgbjs/jgb",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf ./lib",
    "watch": "yarn run build --watch",
    "test": "jest",
    "prepublish": "yarn run clean && yarn run build"
  },
  "bin": {
    "jgb": "bin/cli.js"
  },
  "dependencies": {
    "@sentry/node": "^5.15.4",
    "@types/json5": "^0.0.30",
    "babel-core": "^6.26.3",
    "chalk": "^2.4.1",
    "chokidar": "^3.4.1",
    "commander": "^5.1.0",
    "debug": "^3.1.0",
    "download-git-repo": "^1.1.0",
    "envinfo": "^7.5.0",
    "fast-glob": "^2.2.2",
    "fs-extra": "^7.0.0",
    "fswatcher-child": "^1.0.5",
    "inquirer": "^6.2.0",
    "is-glob": "^4.0.0",
    "jgb-shared": "1.9.6",
    "js-beautify": "^1.8.9",
    "mkdirp": "^0.5.1",
    "ora": "^3.4.0",
    "os-utils": "^0.0.14",
    "physical-cpu-count": "^2.0.0",
    "read-metadata": "^1.0.0",
    "request": "^2.88.0",
    "resolve": "^1.8.1",
    "rimraf": "^2.6.2",
    "semver": "^7.2.1",
    "tildify": "^1.2.0",
    "tslib": "^1.9.3",
    "user-home": "^2.0.0",
    "v8-compile-cache": "^2.1.0",
    "validate-npm-package-name": "^3.0.0",
    "verror": "^1.10.0"
  },
  "devDependencies": {
    "@types/babel-core": "^6.25.6",
    "@types/babel-types": "^7.0.7",
    "@types/babylon": "^6.16.5",
    "@types/debug": "^0.0.30",
    "@types/fs-extra": "^5.0.4",
    "@types/inquirer": "^0.0.43",
    "@types/jest": "^23.3.12",
    "@types/lodash": "^4.14.155",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "12.12.6",
    "@types/request": "^2.47.1",
    "@types/resolve": "^0.0.8",
    "@types/semver": "^5.5.0",
    "@types/verror": "^1.10.3",
    "jest": "^23.6.0",
    "ts-jest": "^23.10.5",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.14.0",
    "typescript": "^3.7.2"
  },
  "engines": {
    "node": ">= 8.0"
  },
  "gitHead": "3b42b53a2527d8917995ff62ad0cfd9addcd0906"
}
