{
  "name": "@chix/fbpx-cli",
  "version": "2.9.14",
  "description": "CLI Tool for the .fbp flow definition language",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git://github.com/chixio/chix.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "fbpx": "./bin/fbpx",
    "fbpx-debug": "./bin/fbpx-debug"
  },
  "scripts": {
    "clean": "rimraf lib/",
    "copy:templates": "cp -r src/templates lib/templates",
    "lint": "tslint src/**/*.ts e2e/**/*.ts --fix",
    "prepare": "yarn run copy:templates",
    "test.disable": "bin/fbpx -V"
  },
  "dependencies": {
    "@chix/cert": "^2.9.14",
    "@chix/common": "^2.9.14",
    "@chix/config": "^2.9.14",
    "@chix/context-provider-prompt": "^2.9.14",
    "@chix/fbp-protocol": "^2.9.14",
    "@chix/fbpx": "^2.9.14",
    "@chix/flow": "^2.9.14",
    "@chix/flow-todot": "^2.9.14",
    "@chix/flow-tofbpx": "^2.9.14",
    "@chix/flowhub": "^2.9.14",
    "@chix/install": "^2.9.14",
    "@chix/loader": "^2.9.14",
    "@chix/loader-fs": "^2.9.14",
    "@chix/monitor-npmlog": "^2.9.14",
    "@chix/runtime": "^2.9.14",
    "@chix/transport": "^2.9.14",
    "@types/jwt-decode": "^2.2.1",
    "@types/minimist": "^1.2.0",
    "browserify": "^16.5.0",
    "camelize": "^1.0.0",
    "chalk": "^3.0.0",
    "cli-table": "^0.3.1",
    "commander": "^4.0.1",
    "dots": "0.1.0",
    "fb-flo": "^0.5.0",
    "fs-extra": "^8.1.0",
    "gaze": "^1.1.3",
    "glob": "^7.1.6",
    "handlebars": "^4.5.3",
    "inquirer": "^7.0.1",
    "js-beautify": "^1.10.2",
    "js-yaml": "^3.13.1",
    "json-gate": "^0.8.23",
    "jwt-decode": "^2.2.0",
    "lodash": "^4.17.15",
    "minimist": "^1.2.0",
    "mock-browser": "^0.92.14",
    "noflo-runtime-websocket": "^0.10.1",
    "npmlog": "^4.1.2",
    "object-forof": "^1.5.2",
    "prettyjson": "^1.2.1",
    "prompt": "^1.0.0",
    "replacestream": "^4.0.3",
    "resolve": "^1.14.1",
    "superagent": "^5.1.2",
    "through2": "^3.0.1",
    "tosource": "^1.0.0",
    "underscore.string": "^3.3.5",
    "uuid": "^3.3.3"
  }
}