{
  "name": "hermes-http",
  "version": "2.2.6",
  "description": "Another wrap over fetch",
  "author": "g4rcez",
  "license": "MIT",
  "repository": "g4rcez/hermes-http",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
    "test:watch": "react-scripts-ts test --env=jsdom",
    "build": "bili",
    "start": "rollup -c -w",
    "prepare": "yarn run build",
    "predeploy": "cd example && yarn install && yarn run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@rollup/plugin-commonjs": "^12.0.0",
    "@rollup/plugin-url": "^5.0.0",
    "@types/node-fetch": "^2.5.7",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "bili": "^4.10.0",
    "cross-env": "^7.0.0",
    "react-scripts-ts": "^3.1.0",
    "rollup": "^2.10.7",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.2",
    "rollup-plugin-typescript2": "^0.27.1",
    "rollup-plugin-url": "^3.0.1",
    "typescript": "^3.9.3"
  },
  "files": [
    "dist"
  ],
  "optionalDependencies": {
    "abort-controller": "^3.0.0",
    "node-fetch": "^2.6.0"
  }
}
