UNPKG

@dapplets/dapplet-overlay-bridge

Version:
41 lines (40 loc) 943 B
{ "name": "@dapplets/dapplet-overlay-bridge", "version": "0.1.3", "description": "The bridge between dapplet and overlay", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "prepare": "npm run build", "build": "tsc" }, "publishConfig": { "access": "public" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/dapplets/dapplet-overlay-bridge.git" }, "keywords": [ "dapplets", "overlay" ], "author": "Dapplets Team", "license": "MIT", "bugs": { "url": "https://github.com/dapplets/dapplet-overlay-bridge/issues" }, "homepage": "https://github.com/dapplets/dapplet-overlay-bridge#readme", "devDependencies": { "typescript": "^4.1.3" }, "dependencies": { "@types/react": "^17.0.39", "react": "^17.0.2", "rxjs": "^6.6.7", "rxjs-proxify": "^0.1.1" } }