storybook/lib/core-events/package.json
2020-12-07 13:20:13 +01:00

45 lines
940 B
JSON

{
"name": "@storybook/core-events",
"version": "6.2.0-alpha.4",
"description": "Event names used in storybook core",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/core-events",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/core-events"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"ts3.4/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^3.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "70078d0fbd3af8290e82831109a00eddd133e4db"
}