{
  "name": "wt-cli",
  "author": {
    "name": "Geoff Goodman <geoff@auth0.com>",
    "url": "https://github.com/ggoodman",
    "twitter": "filearts"
  },
  "version": "12.2.0",
  "description": "Webtask Command Line Interface",
  "tags": [
    "nodejs",
    "webtask",
    "auth0",
    "nodejs",
    "node"
  ],
  "engines": {
    "node": ">=8.9.0"
  },
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "auth0-hooks-templates": "1.2.2",
    "bluebird": "2.11.0",
    "bunyan-prettystream": "0.1.3",
    "chalk": "1.1.3",
    "concat-stream": "1.6.2",
    "dotenv": "1.2.0",
    "filewatcher": "3.0.1",
    "jwt-decode": "1.5.1",
    "linewrap": "0.2.1",
    "lodash": "4.17.21",
    "moment-timezone": "0.5.21",
    "opn": "4.0.2",
    "pad": "2.1.0",
    "promptly": "0.2.1",
    "sandboxjs": "5.0.0",
    "semver": "5.5.0",
    "structured-cli": "1.0.5",
    "superagent": "3.8.3",
    "superagent-proxy": "2.0.0",
    "update-notifier": "2.5.0",
    "webtask-bundle": "^3.4.0",
    "webtask-runtime": "2.0.0"
  },
  "bin": {
    "wt": "./bin/wt",
    "wt-cli": "./bin/wt"
  },
  "homepage": "http://github.com/auth0/wt-cli",
  "repository": {
    "type": "git",
    "url": "git@github.com:auth0/wt-cli.git"
  },
  "bugs": {
    "url": "http://github.com/auth0/wt-cli/issues"
  },
  "devDependencies": {
    "eslint": "5.3.0"
  },
  "prettier": {
    "tabWidth": 4
  }
}
