{
  "name": "@packages/network",
  "version": "0.0.0",
  "private": true,
  "main": "index.js",
  "types": "./lib/index.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build-js": "bin-up tsc --project .",
    "test": "bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json"
  },
  "dependencies": {
    "bluebird": "3.5.3",
    "debug": "4.1.1",
    "lodash": "4.17.11",
    "proxy-from-env": "1.0.0"
  },
  "devDependencies": {
    "bin-up": "1.2.0",
    "@cypress/debugging-proxy": "2.0.1",
    "express": "4.16.4",
    "request": "2.88.0",
    "request-promise": "4.2.4",
    "sinon": "7.3.1",
    "sinon-chai": "3.3.0"
  }
}
