mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 00:51:06 +08:00
34 lines
781 B
JSON
34 lines
781 B
JSON
{
|
|
"name": "sb",
|
|
"version": "6.3.0-beta.8",
|
|
"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": "./index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/cli": "6.3.0-beta.8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "273d1aad5c54cb66bd8b968e0b6ff41860ef205e"
|
|
}
|