{
  "type": "module",
  "name": "@hazae41/xswr",
  "version": "2.0.0-94",
  "author": "hazae41",
  "license": "MIT",
  "description": "Yet another React data (re)fetching library",
  "homepage": "https://github.com/hazae41/xswr",
  "repository": "github:hazae41/xswr",
  "types": "./dist/types/index.d.ts",
  "module": "./dist/esm/index.mjs",
  "main": "./dist/cjs/index.cjs",
  "sideEffects": false,
  "files": [
    "./dist/esm",
    "./dist/cjs",
    "./dist/types"
  ],
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "test": "node ./dist/test/index.test.mjs",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@hazae41/base64": "^1.0.6",
    "@hazae41/bytes": "^1.2.2",
    "@hazae41/future": "^1.0.3",
    "@hazae41/mutex": "^1.2.10",
    "@hazae41/option": "^1.0.21",
    "@hazae41/result": "^1.1.4"
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "devDependencies": {
    "@hazae41/phobos": "^1.0.10",
    "@rollup/plugin-typescript": "^11.1.3",
    "@types/node": "^20.6.2",
    "@types/react": "^18.2.22",
    "rimraf": "^5.0.1",
    "rollup": "^3.29.2",
    "rollup-plugin-dts": "^6.0.2",
    "rollup-plugin-node-externals": "^6.1.1",
    "typescript": "^5.2.2"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "keywords": [
    "xswr",
    "react",
    "esmodules",
    "fetch",
    "data",
    "normalization",
    "data-fetching",
    "web",
    "typescript",
    "hooks",
    "react-hooks",
    "query",
    "react-query",
    "swr",
    "suspense",
    "react-suspense",
    "graphql",
    "nextjs",
    "ethereum",
    "blockchain",
    "rest",
    "redux",
    "garbage",
    "garbage-collection",
    "ssr",
    "server-side-rendering",
    "storage",
    "localstorage",
    "indexeddb",
    "native",
    "react-native",
    "expo",
    "optimistic",
    "optimistic-updates",
    "websocket",
    "composition",
    "cancellation",
    "routes",
    "api",
    "backend"
  ]
}
