2020-12-20 20:04:17 +08:00

49 lines
1.0 KiB
JSON

{
"name": "@storybook/channel-websocket",
"version": "6.2.0-alpha.9",
"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",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"dist/ts3.4/*"
]
}
},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/channels": "6.2.0-alpha.9",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^5.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "47341be6aa61d4fb38f2c0e058af32f1acb8e0a7"
}