{
  "name": "fast-bridge",
  "version": "0.0.3-alpha",
  "type": "module",
  "description": "Fast and secure iframe communication bridge",
  "main": "dist/fast-bridge.umd.cjs",
  "module": "dist/fast-bridge.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "test": "jest",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "iframe",
    "communication",
    "bridge",
    "postmessage",
    "typescript"
  ],
  "author": "devoink",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/devoink/fast-bridge.git"
  },
  "homepage": "https://gitee.com/devoink/fast-bridge#readme",
  "bugs": {
    "url": "https://gitee.com/devoink/fast-bridge/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "vite": "^7.0.5",
    "vite-plugin-dts": "^4.5.4"
  }
}
