{
  "name": "cross-origin-client",
  "version": "1.0.11",
  "description": "A client library for secure cross-origin communication using the postMessage API.",
  "module": "lib/index.mjs",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc && tsup src --format cjs,esm --dts --clean --outDir lib"
  },
  "keywords": [
    "cross-origin",
    "communication",
    "postMessage",
    "event-handling",
    "cross-window",
    "iframe"
  ],
  "license": "MIT",
  "devDependencies": {
    "tsup": "^8.1.0",
    "typescript": "^5.4.5"
  }
}
