UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@storybook/channel-postmessage",
3 "version": "7.6.17",
4 "description": "",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/channel-postmessage",
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": "code/lib/channel-postmessage"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "exports": {
24 ".": {
25 "types": "./dist/entry.d.ts",
26 "node": "./dist/entry.js",
27 "require": "./dist/entry.js",
28 "import": "./dist/entry.mjs"
29 },
30 "./package.json": "./package.json"
31 },
32 "main": "dist/entry.js",
33 "module": "dist/entry.mjs",
34 "types": "dist/entry.d.ts",
35 "files": [
36 "dist/**/*",
37 "README.md",
38 "*.js",
39 "*.d.ts",
40 "!src/**/*"
41 ],
42 "scripts": {
43 "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
44 "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45 },
46 "dependencies": {
47 "@storybook/channels": "7.6.17",
48 "@storybook/client-logger": "7.6.17"
49 },
50 "devDependencies": {
51 "typescript": "~4.9.3"
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "bundler": {
57 "entries": [
58 "./src/entry.ts"
59 ],
60 "shim": "@storybook/channels/dist/postmessage/index"
61 },
62 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
63}
\No newline at end of file