{
  "name": "fusion-plugin-rpc",
  "description": "Fetch data on the server and client with an RPC style interface.",
  "version": "4.1.2",
  "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.15.0",
    "@babel/plugin-transform-flow-strip-types": "^7.14.5",
    "@babel/preset-env": "^7.15.0",
    "create-universal-package": "^4.1.2",
    "flow-bin": "0.131.0",
    "form-data": "^3.0.0",
    "fusion-core": "2.7.0",
    "fusion-plugin-i18n": "2.6.12",
    "fusion-plugin-universal-events": "2.5.2",
    "fusion-test-utils": "2.4.1",
    "fusion-tokens": "2.2.10",
    "jest": "^25.1.0",
    "mock-req": "^0.2.0",
    "sinon": "^7.1.1"
  },
  "engines": {
    "node": ">=8.9.4",
    "npm": ">=5.0.0",
    "yarn": ">=1.0.0"
  },
  "files": [
    "dist-*/",
    "src/",
    "index.d.ts"
  ],
  "homepage": "https://fusionjs.com/api/fusion-plugin-rpc",
  "license": "MIT",
  "main": "./dist-node-cjs/index.js",
  "types": "./index.d.ts",
  "module": "./dist-node-esm/index.js",
  "peerDependencies": {
    "fusion-core": "2.7.0",
    "fusion-plugin-i18n": "2.6.12",
    "fusion-plugin-universal-events": "2.5.2",
    "fusion-tokens": "2.2.10"
  },
  "repository": {
    "directory": "fusion-plugin-rpc",
    "type": "git",
    "url": "https://github.com/fusionjs/fusionjs"
  },
  "scripts": {
    "build-tests": "cup-build-tests",
    "clean": "cup-clean",
    "flow": "flow",
    "lint": "yarn g:lint",
    "prepack": "cup-build --force-flow",
    "test": "jest"
  },
  "sideEffects": false
}
