{
  "name": "@squiz/dxp",
  "version": "0.39.0",
  "description": "The common dxp library for cli commands",
  "license": "SEE LICENSE IN LICENSE.txt",
  "homepage": "https://dxp.squiz.net",
  "repository": "https://gitlab.squiz.net/alloy/mercury",
  "author": "Squiz Developers <developers@squiz.net> (https://squiz.net/)",
  "contributors": [],
  "keywords": [
    "cli",
    "console",
    "dxp",
    "dxp-console",
    "dxp-plugin",
    "squiz",
    "squiz-net",
    "term",
    "terminal"
  ],
  "commands": {
    "plugin": {
      "_": "PluginCommand",
      "add": "PluginAddCommand",
      "list": "PluginListCommand",
      "remove": "PluginRemoveCommand"
    }
  },
  "dependencies": {
    "fp-ts": "2.1.1",
    "io-ts": "2.0.1",
    "io-ts-types": "0.5.5",
    "monocle-ts": "2.1.0",
    "newtype-ts": "0.3.4",
    "rxjs": "6.5.3",
    "@squiz/mercury-auth": "0.30.1-787cc79f.0",
    "@squiz/mercury-console": "0.30.1-787cc79f.0",
    "@squiz/mercury-http": "0.30.1-787cc79f.0",
    "@squiz/mercury-storage": "0.30.1-787cc79f.0",
    "@squiz/mercury-support": "0.30.1-787cc79f.0",
    "@squiz/mercury-auth-entity": "0.30.1-787cc79f.0",
    "@squiz/mercury-console-entity": "0.30.1-787cc79f.0",
    "ora": "4.0.3"
  },
  "main": "./dxp.umd.js",
  "module": "./dxp.esm.js",
  "typings": "./index.d.ts"
}
