mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-29 05:04:31 +08:00
31 lines
714 B
JSON
31 lines
714 B
JSON
{
|
|
"name": "sb",
|
|
"version": "7.0.0-beta.53",
|
|
"description": "Storybook CLI",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/cli"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"bin": "./index.js",
|
|
"dependencies": {
|
|
"@storybook/cli": "7.0.0-beta.53"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e"
|
|
}
|