storybook/lib/cli-sb/package.json
2021-05-11 14:32:58 +08:00

34 lines
785 B
JSON

{
"name": "sb",
"version": "6.3.0-alpha.23",
"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-alpha.23"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a3d63d6a3fe28b6e3577ba9e50370a0d14ceca7e"
}