Michael Shilman 4421c26adf v6.3.0-beta.8
2021-06-02 20:41:33 +08:00

54 lines
1.2 KiB
JSON

{
"name": "@storybook/channel-websocket",
"version": "6.3.0-beta.8",
"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"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"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.3.0-beta.8",
"core-js": "^3.8.2",
"global": "^4.4.0",
"telejson": "^5.3.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "273d1aad5c54cb66bd8b968e0b6ff41860ef205e",
"sbmodern": "dist/modern/index.js"
}