@junioryono/async-post-message
Version:
Asynchronous postMessage protocol for typed, promise-based windows and iFrame communication
43 lines (42 loc) • 912 B
JSON
{
"name": "@junioryono/async-post-message",
"version": "0.1.1",
"description": "Asynchronous postMessage protocol for typed, promise-based windows and iFrame communication",
"author": "junioryono",
"license": "MIT",
"keywords": [
"postMessage",
"promise",
"async",
"window",
"iframe",
"typed",
"promise-based",
"await",
"react",
"typescript"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/junioryono/async-post-message.git"
},
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"uuid": "^10.0.0"
}
}