storybook/lib/cli-sb/package.json
2022-04-18 10:28:41 +08:00

34 lines
783 B
JSON

{
"name": "sb",
"version": "6.5.0-alpha.64",
"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": "./index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/cli": "6.5.0-alpha.64"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7417a230d67b54d65caedcfb584f924b879ac9f5"
}