{ "name": "@storybook/channel-postmessage", "version": "6.4.0-alpha.37", "description": "", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/channel-postmessage", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/channel-postmessage" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "sideEffects": false, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/ts3.9/index.d.ts", "typesVersions": { "<3.8": { "dist/ts3.9/*": [ "dist/ts3.4/*" ] } }, "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@storybook/channels": "6.4.0-alpha.37", "@storybook/client-logger": "6.4.0-alpha.37", "@storybook/core-events": "6.4.0-alpha.37", "core-js": "^3.8.2", "global": "^4.4.0", "qs": "^6.10.0", "telejson": "^5.3.2" }, "publishConfig": { "access": "public" }, "gitHead": "c0c82361c8829e4b983146252435557ef6243c5c", "sbmodern": "dist/modern/index.js" }