mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:51:15 +08:00
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"name": "@storybook/core-events",
|
|
"version": "4.1.0-alpha.7",
|
|
"description": "Event names used in storybook core",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/core-events",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js"
|
|
}
|