{
  "name": "axios-cache-hooks",
  "description": "The faster, simplest and most efficient way to use Axios inside React applications",
  "version": "1.0.3",
  "sideEffects": false,
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.module.js",
  "unpkg": "dist/index.umd.js",
  "exports": {
    "require": "./dist/index.js",
    "default": "./dist/index.modern.mjs"
  },
  "author": "Arthur Fiorette <npm@arthur.place>",
  "license": "MIT",
  "bugs": "https://github.com/arthurfiorette/tinylibs/issues",
  "homepage": "https://tinylibs.js.org/packages/axios-cache-hooks",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthurfiorette/tinylibs.git",
    "directory": "packages/axios-cache-hooks"
  },
  "scripts": {
    "build": "microbundle --tsconfig tsconfig.build.json",
    "test": "jest --coverage"
  },
  "dependencies": {
    "object-code": "npm:object-code@^1.2.2"
  },
  "devDependencies": {
    "@testing-library/react-hooks": "8.0.0",
    "@types/express": "4.17.13",
    "@types/react": "18.0.9",
    "axios": "0.27.2",
    "express": "4.18.1",
    "react": "18.1.0",
    "microbundle": "0.15.0",
    "react-test-renderer": "18.1.0",
    "axios-cache-interceptor": "0.10.3"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "axios": ">=0.28",
    "axios-cache-interceptor": ">=0.10.1"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ]
}
