{
  "name": "@nbottarini/axios-http-client",
  "version": "0.9.3",
  "description": "Axios Http client implementation",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "react-native": "dist/esm/index.js",
  "author": "Nicolás Bottarini <nicolasbottarini@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/nbottarini/http-client-js#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/nbottarini/http-client-js.git"
  },
  "keywords": [
    "solid",
    "http client",
    "architecture",
    "dependency inversion",
    "axios"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "check-all": "yarn lint && yarn test",
    "lint": "eslint . && tsc --noEmit",
    "test": "jest"
  },
  "dependencies": {
    "@nbottarini/abstract-http-client": "^0.4.2",
    "@nbottarini/javascript-extensions": "^0.7.2",
    "axios": "^0.27.2",
    "url": "^0.11.1"
  },
  "devDependencies": {
    "@babel/core": "^7.22.10",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-typescript": "^7.22.5",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.6",
    "@typescript-eslint/eslint-plugin": "^6.3.0",
    "@typescript-eslint/parser": "^6.3.0",
    "babel-jest": "^29.6.2",
    "eslint": "^8.46.0",
    "jest": "^29.6.2",
    "jest-extended": "^4.0.1",
    "rollup": "^3.27.2",
    "rollup-plugin-dts": "^5.3.1",
    "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
    "ts-custom-error": "^3.3.1",
    "tslib": "^2.6.1",
    "typescript": "^5.1.6"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">= 18.0.0"
  }
}
