2025-11-09 11:18:58 +08:00
|
|
|
{
|
|
|
|
|
"name": "@teres/iframe-bridge",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"description": "Bridge utilities for host↔iframe communication (Penpal optional).",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"module": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
2025-11-10 16:11:21 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -b"
|
|
|
|
|
},
|
2025-11-09 11:18:58 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"penpal": "^6.2.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"penpal": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
2025-11-10 16:11:21 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"typescript": "~5.9.3"
|
2025-11-09 11:18:58 +08:00
|
|
|
}
|
|
|
|
|
}
|