{
  "name": "@webview-bridge/utils",
  "type": "module",
  "version": "1.8.0",
  "files": [
    "dist",
    "src",
    "package.json"
  ],
  "react-native": "src/index.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/gronxb/webview-bridge",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.7.9"
  },
  "scripts": {
    "build": "tsup --config ./tsup.config.ts",
    "test:type": "tsc --noEmit",
    "lint": "biome check"
  }
}