mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
41 lines
924 B
JSON
41 lines
924 B
JSON
{
|
|
"name": "storybook",
|
|
"version": "7.0.0-alpha.26",
|
|
"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": {
|
|
"sb": "./index.js",
|
|
"storybook": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"check": "tsc --noEmit",
|
|
"prepare": "node ../../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/cli": "7.0.0-alpha.26"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~4.6.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "058af8bac4892d95fdfe755dedfd826cb4508fdc"
|
|
}
|