{ "name": "@storybook/channel-postmessage", "version": "5.3.0-alpha.22", "description": "", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/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" }, "license": "MIT", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@storybook/channels": "5.3.0-alpha.22", "@storybook/client-logger": "5.3.0-alpha.22", "core-js": "^3.0.1", "global": "^4.3.2", "telejson": "^3.0.3" }, "publishConfig": { "access": "public" } }