mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:31:07 +08:00
32 lines
699 B
JSON
32 lines
699 B
JSON
{
|
|
"name": "sb",
|
|
"version": "6.2.0-alpha.9",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"bin": {
|
|
"sb": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/cli": "6.2.0-alpha.9"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "47341be6aa61d4fb38f2c0e058af32f1acb8e0a7"
|
|
}
|