{
  "name": "@diversify/api",
  "version": "1.0.35",
  "scripts": {
    "prepublishOnly": "npm run build && npm run browser",
    "build": "babel ./src --out-dir lib/ --copy-files",
    "browser": "webpack",
    "test": "jest"
  },
  "main": "lib/index.js",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.17.1",
    "babel-runtime": "^6.26.0",
    "bluebird": "^3.5.1",
    "lodash.isstring": "^4.0.1",
    "lodash.map": "^4.6.0",
    "lodash.merge": "^4.6.0",
    "lodash.omitby": "^4.6.0",
    "rxjs": "^5.5.6",
    "socket.io-client": "^2.0.4",
    "trim": "0.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "jest": "^22.1.4",
    "nock": "^9.1.6",
    "webpack": "^3.10.0",
    "webpack-async-await": "^1.1.0"
  }
}