@storybook/channel-websocket
Version:
63 lines • 1.76 kB
JSON
{
"name": "@storybook/channel-websocket",
"version": "7.6.17",
"description": "",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/channel-websocket",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "code/lib/channel-websocket"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/entry.d.ts",
"node": "./dist/entry.js",
"require": "./dist/entry.js",
"import": "./dist/entry.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/entry.js",
"module": "dist/entry.mjs",
"types": "dist/entry.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"!src/**/*"
],
"scripts": {
"check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/facade.ts"
},
"dependencies": {
"@storybook/channels": "7.6.17",
"@storybook/client-logger": "7.6.17"
},
"devDependencies": {
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/entry.ts"
],
"shim": "@storybook/channels/dist/websocket/index"
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}