2020-08-17 22:23:05 +08:00

48 lines
1005 B
JSON

{
"name": "@storybook/channel-websocket",
"version": "6.0.11",
"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.11",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^5.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6aad4f1511e55b8c6978e556e4fa46184047c049",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}