Michael Shilman 76e1bf2df3 v6.0.0-rc.24
2020-08-03 21:19:25 +08:00

48 lines
1015 B
JSON

{
"name": "@storybook/channel-websocket",
"version": "6.0.0-rc.24",
"description": "",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/channel-websocket",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/channel-websocket"
},
"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-rc.24",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^4.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f541dfe245537701a0780393633c5453fb19e740",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}