{
  "name": "@thebestco/fetch-rpc",
  "version": "7.0.11",
  "main": "lib/index.js",
  "unpkg": "lib/fetch-rpc.js",
  "repository": "https://github.com/TheBestCo/fetch-rpc.git",
  "author": "George Papadakis <phaistonian@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">= 16.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",
    "test:watch": "jest --watch",
    "version": "yarn build && git add .",
    "release": "np"
  },
  "peerDendendencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "optionalDependencies": {
    "iconv-lite": "^0.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.23.7",
    "@babel/plugin-transform-runtime": "^7.23.7",
    "@babel/preset-env": "^7.23.8",
    "@babel/preset-react": "^7.23.3",
    "@ladle/react": "^4.0.2",
    "@testing-library/jest-dom": "^5.16.1",
    "@vitejs/plugin-react": "^4.0.0",
    "babel-jest": "^27.4.6",
    "babel-loader": "^8.2.3",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-minify": "^0.5.2",
    "babel-preset-react": "^6.24.1",
    "browser-sync": "^2.29.3",
    "concurrently": "^7.0.0",
    "core-js": "^3.35.1",
    "detect-node": "^2.1.0",
    "downloadjs": "^1.4.7",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "enzyme-to-json": "^3.6.2",
    "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": "^4.6.0",
    "form-data": "^4.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "node-fetch": "^2.6.7",
    "np": "^9.2.0",
    "prettier": "^3.2.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.49.3",
    "rimraf": "^5.0.5",
    "terser-webpack-plugin": "^5.3.7",
    "vite": "^5.0.13",
    "webpack": "^5.90.0",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-cli": "^4.9.1",
    "webpack-node-externals": "^3.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "resolutions": {
    "tar": "^6.1.15",
    "lodash": "^4.17.21",
    "watchpack": "^2.3.1",
    "glob-parent": "^6.0.2",
    "engine.io": "^6.1.2",
    "postcss": "^8.4.27",
    "trim": "^1.0.1",
    "ansi-regex": "^5.0.1",
    "nth-check": "^2.0.1",
    "follow-redirects": "^1.14.8",
    "ini": "^2.0.0"
  },
  "dependencies": {
    "@babel/eslint-parser": "^7.23.3",
    "@thebestco/fetch-rpc": "^6.0.99",
    "ip": "^2.0.1"
  }
}
