UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@storybook/channel-websocket",
3 "version": "6.5.9",
4 "description": "",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/channel-websocket",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/channel-websocket"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "types": "dist/ts3.9/index.d.ts",
26 "typesVersions": {
27 "<3.8": {
28 "dist/ts3.9/*": [
29 "dist/ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "node ../../scripts/prepare.js"
41 },
42 "dependencies": {
43 "@storybook/channels": "6.5.9",
44 "@storybook/client-logger": "6.5.9",
45 "core-js": "^3.8.2",
46 "global": "^4.4.0",
47 "telejson": "^6.0.8"
48 },
49 "publishConfig": {
50 "access": "public"
51 },
52 "gitHead": "e2673f765722cbb542ef1b5cf8d533c8e746a127",
53 "sbmodern": "dist/modern/index.js"
54}