Michael Shilman 0e4076e643 v6.0.0-beta.4
2020-05-08 20:59:59 +08:00

50 lines
1.1 KiB
JSON

{
"name": "@storybook/channel-postmessage",
"version": "6.0.0-beta.4",
"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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"ts3.5/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/channels": "6.0.0-beta.4",
"@storybook/client-logger": "6.0.0-beta.4",
"@storybook/core-events": "6.0.0-beta.4",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^4.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}