{
  "name": "@thebestco/fetch-rpc",
  "version": "7.1.3",
  "main": "lib/index.js",
  "module": "lib/es.js",
  "browser": "lib/index.js",
  "unpkg": "lib/fetch-rpc.js",
  "files": [
    "lib",
    "src",
    "node.js",
    "hook.js",
    "pdf.js",
    "svg.js",
    "README.md"
  ],
  "repository": "https://github.com/TheBestCo/fetch-rpc.git",
  "author": "George Papadakis <phaistonian@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">= 18.0.0"
  },
  "scripts": {
    "build": "rimraf lib && webpack",
    "start": "concurrently -k \" webpack --config examples/browser/webpack.config.browser.js --watch\" \"yarn serve\"",
    "serve": "browser-sync start --server --watch --files examples/browser/*.html --serveStatic examples/browser --index examples/browser/index.html",
    "analyze": "ANALYZE=true webpack",
    "test": "jest --config .jest.config.js",
    "test:watch": "jest --config .jest.config.js --watch",
    "version": "yarn build && git add .",
    "release": "np"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8"
  },
  "optionalDependencies": {
    "iconv-lite": "^0.7.3"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.29.7",
    "downloadjs": "^1.4.7"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/eslint-parser": "^7.29.7",
    "@babel/plugin-transform-runtime": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-react": "^7.29.7",
    "babel-jest": "^30.4.1",
    "babel-loader": "^10.1.1",
    "browser-sync": "^3.0.4",
    "concurrently": "^8.2.2",
    "core-js": "^3.49.0",
    "eslint": "^8.56.0",
    "eslint-config-phaistos-networks": "^1.9.23",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^7.1.1",
    "jest": "^30.4.2",
    "np": "^10.3.0",
    "prettier": "^3.9.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.49.3",
    "rimraf": "^5.0.10",
    "terser-webpack-plugin": "^5.6.1",
    "webpack": "^5.108.4",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^5.1.4",
    "webpack-node-externals": "^3.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "resolutions": {
    "tar": "^6.2.1",
    "lodash": "^4.18.1",
    "watchpack": "^2.5.2",
    "glob-parent": "^6.0.2",
    "engine.io": "^6.6.9",
    "postcss": "^8.5.16",
    "trim": "^1.0.1",
    "nth-check": "^2.1.1",
    "follow-redirects": "^1.16.0",
    "ini": "^2.0.0",
    "glob": "^10.5.0",
    "cross-spawn": "^7.0.6",
    "flatted": "^3.4.2",
    "fast-uri": "^3.1.2",
    "serialize-javascript": "^7.0.5",
    "ws": "^8.20.1",
    "js-yaml": "^4.2.0",
    "socket.io": "^4.6.2",
    "socket.io-parser": "^4.2.6",
    "immutable": "^3.8.3",
    "tmp": "^0.2.6",
    "@babel/core": "^7.29.7",
    "@babel/helpers": "^7.29.7",
    "eslint/ajv": "^6.15.0",
    "@eslint/eslintrc/ajv": "^6.15.0",
    "**/schema-utils/ajv": "^8.20.0",
    "**/ajv-formats/ajv": "^8.20.0"
  }
}
