{
  "name": "react-iframe-bridge",
  "version": "2.3.0",
  "license": "MIT",
  "description": "React hooks and components to work with iframe-bridge.",
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "check-types": "tsc --noEmit",
    "compile": "tsc",
    "eslint": "eslint .",
    "eslint-fix": "npm run eslint -- --fix",
    "prepack": "npm run compile",
    "prettier": "prettier --check .",
    "prettier-write": "prettier --write .",
    "test": "npm run check-types && npm run eslint && npm run prettier"
  },
  "dependencies": {
    "iframe-bridge": "^3.0.2",
    "immer": "^11.1.8",
    "rest-on-couch-client": "^8.0.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.9.1",
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "@zakodium/tsconfig": "^1.0.5",
    "eslint": "^9.33.0",
    "eslint-config-zakodium": "^20.0.0",
    "prettier": "^3.8.3",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "typescript": "^6.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zakodium-oss/react-iframe-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/zakodium-oss/react-iframe-bridge/issues"
  },
  "homepage": "https://github.com/zakodium-oss/react-iframe-bridge#readme"
}
