2019-02-01 02:34:42 +08:00

34 lines
788 B
JSON

{
"name": "@storybook/channel-postmessage",
"version": "5.0.0-alpha.11",
"description": "",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/channel-postmessage",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/channels": "5.0.0-alpha.11",
"global": "^4.3.2",
"telejson": "^1.0.1"
},
"devDependencies": {
"@types/json-stringify-safe": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}