{
  "name": "fetches",
  "version": "1.0.1-24.0",
  "description": "Smart and Modern fetch wrapper.",
  "main": "./lib/module.js",
  "scripts": {
    "test": "BABEL_ENV=development jest --config .jestrc.json",
    "test-watch": "BABEL_ENV=development jest --watch --config .jestrc.json",
    "eslint": "eslint src tests",
    "build": "BABEL_ENV=rollup rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dleitee/fetches.git"
  },
  "author": "dleitee",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dleitee/fetches/issues"
  },
  "homepage": "https://github.com/dleitee/fetches#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.0",
    "babel-jest": "^23.0.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^5.0.0",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-config-prettier": "^3.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-prettier": "^3.0.0",
    "jest": "^23.1.0",
    "nock": "^9.2.5",
    "node-fetch": "^2.1.2",
    "prettier": "^1.13.4",
    "rollup": "^0.66.0",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0"
  },
  "dependencies": {
    "deepmerge": "^3.0.0",
    "is-array": "^1.0.1",
    "is-plain-object": "^2.0.4",
    "is-string": "^1.0.4",
    "lodash.get": "^4.4.2",
    "lodash.pickby": "^4.6.0",
    "normalize-url": "^3.0.1",
    "unfetch": "^4.0.0",
    "url": "^0.11.0"
  }
}
