{
  "version": "2.66.0",
  "name": "vtex-fork",
  "description": "The platform for e-commerce apps",
  "main": "lib/index.js",
  "bin": "lib/cli.js",
  "scripts": {
    "ts": "tsc",
    "ts-watch": "tsc --watch",
    "clean": "rimraf lib/",
    "exe": "node scripts/make-executable.js",
    "mkdir": "mkdirp lib/",
    "build": "run-s clean ts exe",
    "watch": "run-s clean mkdir exe ts-watch",
    "lint": "tsc --noEmit && tslint src/**/*.ts",
    "test-jest": "jest --coverage",
    "test": "run-s lint build test-jest",
    "test-watch": "run-p ts-watch test-jest",
    "prepublish": "",
    "prereleasy": "npm run prepublish",
    "postreleasy": "npm publish"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/grupo-exito-ecommerce/toolbelt"
  },
  "keywords": [
    "CLI",
    "vtex",
    "ecommerce",
    "commerce",
    "omnichannel",
    "platform",
    "react",
    "toolbelt",
    "apps"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vtex/toolbelt/issues"
  },
  "dependencies": {
    "@vtex/api": "^3.26.0",
    "any-promise": "^1.3.0",
    "async-retry": "^1.2.3",
    "bluebird": "^3.5.0",
    "chalk": "^2.3.2",
    "child-process-es6-promise": "^1.2.0",
    "chokidar": "^2.1.2",
    "clear-module": "^3.0.0",
    "cli-table": "^0.3.1",
    "cli-table2": "^0.2.0",
    "clipboardy": "^1.1.4",
    "configstore": "^4.0.0",
    "debounce": "^1.0.0",
    "diff": "^3.2.0",
    "enquirer": "^2.3.0",
    "eventsource": "^1.0.1",
    "extendable-error": "^0.1.5",
    "findhelp": "^1.1.0",
    "fs-extra": "^7.0.0",
    "get-stream": "^4.0.0",
    "globby": "^8.0.1",
    "inquirer": "^6.3.1",
    "js-yaml": "^3.13.0",
    "jsonwebtoken": "^8.2.0",
    "latest-version": "^4.0.0",
    "moment": "^2.24.0",
    "numbro": "2.1.0",
    "opn": "^5.2.0",
    "ora": "^3.0.0",
    "pad": "^2.0.3",
    "pipe-streams-to-promise": "^0.2.0",
    "prompt-confirm": "^2.0.4",
    "qrcode-terminal": "^0.12.0",
    "ramda": "^0.25.0",
    "ramda-adjunct": "^2.9.0",
    "randomstring": "^1.1.5",
    "request": "^2.83.0",
    "semver": "^5.3.0",
    "semver-diff": "^2.1.0",
    "unzip-stream": "^0.3.0",
    "update-notifier": "^2.3.0",
    "winston": "^2.4.0",
    "ws": "^7.0.0",
    "yarn": "^1.9.4"
  },
  "preferGlobal": true,
  "devDependencies": {
    "@types/bluebird": "^3.0.37",
    "@types/bluebird-global": "^3.0.1",
    "@types/chokidar": "^1.7.5",
    "@types/configstore": "^2.1.0",
    "@types/fs-extra": "^5.0.1",
    "@types/jest": "^24.0.17",
    "@types/jsonwebtoken": "^8.3.0",
    "@types/node": "^10.1.1",
    "@types/ramda": "types/npm-ramda#dist",
    "@types/semver-diff": "^2.1.0",
    "jest": "^24.8.0",
    "longjohn": "^0.2.12",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^4.1.3",
    "rimraf": "^2.6.1",
    "ts-jest": "^24.0.2",
    "tslint": "^5.8.0",
    "tslint-config-vtex": "^2.0.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.0.3"
  }
}
