mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:31:13 +08:00
37 lines
839 B
JSON
37 lines
839 B
JSON
{
|
|
"name": "storybook",
|
|
"version": "6.3.0-alpha.22",
|
|
"description": "Storybook CLI",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/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": {
|
|
"sb": "./index.js",
|
|
"storybook": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/cli": "6.3.0-alpha.22"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "5c8a5090dafa0cc1d8d66067c6ed6af73806aa5c"
|
|
}
|