{
  "scripts": {
    "test": "nyc --reporter=text mocha --inspect --require @babel/register --require source-map-support --recursive",
    "build": "babel src --out-dir js",
    "prepare": "npm run build",
    "watch": "babel --watch src --out-dir js",
    "coverage": "nyc report --reporter=text-lcov"
  },
  "main": "js/index.js",
  "license": "MIT",
  "babel": {
    "presets": [
      "@babel/env"
    ],
    "plugins": [
      "@babel/plugin-proposal-object-rest-spread"
    ]
  },
  "name": "@pubcore/http-client",
  "version": "2.6.1",
  "description": "http client based on axios",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pubcore/http-client.git"
  },
  "keywords": [
    "httpclient"
  ],
  "author": "pubcore",
  "bugs": {
    "url": "https://github.com/pubcore/http-client/issues"
  },
  "homepage": "https://github.com/pubcore/http-client#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/preset-env": "^7.12.11",
    "@babel/register": "^7.12.10",
    "chai": "^4.2.0",
    "eslint": "^7.17.0",
    "eslint-plugin-mocha": "^5.3.0",
    "mocha": "^8.2.1",
    "nock": "^13.0.5",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "lodash.get": "^4.4.2",
    "qs": "^6.9.4"
  }
}
