@eternl/cardano-dapp-connector-bridge
Version:
A postMessage bridge to connect dApps to the Eternl DApp Browser loading apps into an iframe.
33 lines (32 loc) • 851 B
JSON
{
"name": "@eternl/cardano-dapp-connector-bridge",
"version": "1.2.0",
"description": "A postMessage bridge to connect dApps to the Eternl DApp Browser loading apps into an iframe.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tastenkunst/cardano-dapp-connector-bridge.git"
},
"keywords": [
"Cardano",
"Eternl",
"dApps",
"wallet",
"connector",
"cip30"
],
"author": "Tastenkunst GmbH",
"license": "SEE LICENSE",
"bugs": {
"url": "https://github.com/Tastenkunst/cardano-dapp-connector-bridge/issues"
},
"homepage": "https://github.com/Tastenkunst/cardano-dapp-connector-bridge#readme",
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "^5.5.4"
}
}