{
  "name": "fusion-plugin-rpc",
  "description": "Fetch data on the server and client with an RPC style interface.",
  "version": "4.2.8",
  "browser": {
    "./dist-node-cjs/index.js": "./dist-browser-cjs/index.js",
    "./dist-node-esm/index.js": "./dist-browser-esm/index.js"
  },
  "dependencies": {
    "@types/koa-bodyparser": "^4.2.1",
    "body-parser": "^1.18.3",
    "formidable": "1.2.1",
    "just-compare": "^1.3.0",
    "just-map-object": "^1.2.0",
    "koa-bodyparser": "4.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/plugin-transform-flow-strip-types": "^7.19.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/create-universal-package-env": "workspace:*",
    "@types/jest": "^28.1.3",
    "@types/koa-bodyparser": "^4.2.1",
    "babel-jest": "^28.1.3",
    "create-universal-package": "^4.3.0",
    "flow-bin": "0.131.0",
    "form-data": "^3.0.0",
    "fusion-core": "2.11.0",
    "fusion-plugin-i18n": "2.8.7",
    "fusion-plugin-universal-events": "2.6.8",
    "fusion-test-utils": "2.6.2",
    "fusion-tokens": "3.0.2",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "mock-req": "^0.2.0",
    "sinon": "^7.1.1",
    "typescript": "^4.9.3"
  },
  "engines": {
    "node": ">=8.9.4",
    "npm": ">=5.0.0",
    "yarn": ">=1.0.0"
  },
  "files": [
    "dist-*/",
    "src/",
    "!src/__tests__",
    "lib/",
    "!lib/__tests__"
  ],
  "homepage": "https://fusionjs.com/api/fusion-plugin-rpc",
  "license": "MIT",
  "main": "./dist-node-cjs/index.js",
  "types": "./lib/index.d.ts",
  "module": "./dist-node-esm/index.js",
  "peerDependencies": {
    "fusion-core": "2.11.0",
    "fusion-plugin-i18n": "2.8.7",
    "fusion-plugin-universal-events": "2.6.8",
    "fusion-tokens": "3.0.2"
  },
  "repository": {
    "directory": "fusion-plugin-rpc",
    "type": "git",
    "url": "https://github.com/fusionjs/fusionjs"
  },
  "scripts": {
    "build-tests": "cup-build-tests",
    "clean": "cup-clean",
    "lint": "yarn g:lint",
    "prepack": "yarn tsc -b && cup-build",
    "test": "jest"
  },
  "sideEffects": false
}
