| { |
| "name": "@superset-ui/switchboard", |
| "version": "0.20.3", |
| "description": "Switchboard is a library to make it easier to communicate across browser windows using the MessageChannel API", |
| "sideEffects": false, |
| "main": "lib/index.js", |
| "module": "esm/index.js", |
| "files": [ |
| "esm", |
| "lib" |
| ], |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/apache/superset.git", |
| "directory": "superset-frontend/packages/superset-ui-switchboard" |
| }, |
| "keywords": [ |
| "switchboard", |
| "iframe", |
| "communication", |
| "messagechannel", |
| "messageport", |
| "postmessage" |
| ], |
| "author": "Superset", |
| "license": "Apache-2.0", |
| "bugs": { |
| "url": "https://github.com/apache/superset/issues" |
| }, |
| "homepage": "https://github.com/apache/superset#readme", |
| "publishConfig": { |
| "access": "public" |
| } |
| } |