{
  "name": "@mirrorapp/iframe-bridge",
  "version": "1.0.0",
  "description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
  "repository": {
    "type": "git",
    "url": "https://gitlab.mirror-app.tech/mirrorapp/frontend/iframe-bridge.git"
  },
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "dist/index.js",
  "browser": "dist/index.umd.js",
  "exports": {
    ".": {
      "browser": "./dist/index.umd.js",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup"
  },
  "devDependencies": {
    "tsup": "^8.5.0",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@open-iframe-resizer/core": "^1.6.0"
  }
}
