storybook/lib/cli-sb/package.json
2021-09-14 17:24:54 +08:00

34 lines
783 B
JSON

{
"name": "sb",
"version": "6.4.0-alpha.35",
"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.4.0-alpha.35"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ccd25210cd159e42110b700b0562e951bb9b3a57"
}