{
  "name": "@react-native-webview-rpc/web",
  "version": "1.0.2",
  "description": "A type-safe RPC between React Native function and JavaScript inside WebView, powered by Comlink",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "keywords": [
    "react-native",
    "webview",
    "comlink",
    "react",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yukukotani/react-native-webview-rpc"
  },
  "author": "Yuku Kotani (yukukotani@gmail.com)",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/react": "^18.2.69",
    "comlink": "^4.4.1",
    "react": "^18.2.0"
  },
  "peerDependencies": {
    "comlink": ">=4.0.0",
    "react": ">=18.0.0"
  },
  "scripts": {
    "build": "tsup ./src",
    "prepublish": "pnpm build"
  }
}