package.json 841 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@superset-ui/switchboard",
  3. "version": "0.20.3",
  4. "description": "Switchboard is a library to make it easier to communicate across browser windows using the MessageChannel API",
  5. "sideEffects": false,
  6. "main": "lib/index.js",
  7. "module": "esm/index.js",
  8. "files": [
  9. "esm",
  10. "lib"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/apache/superset.git",
  15. "directory": "superset-frontend/packages/superset-ui-switchboard"
  16. },
  17. "keywords": [
  18. "switchboard",
  19. "iframe",
  20. "communication",
  21. "messagechannel",
  22. "messageport",
  23. "postmessage"
  24. ],
  25. "author": "Superset",
  26. "license": "Apache-2.0",
  27. "bugs": {
  28. "url": "https://github.com/apache/superset/issues"
  29. },
  30. "homepage": "https://github.com/apache/superset#readme",
  31. "publishConfig": {
  32. "access": "public"
  33. }
  34. }