storybook/code/lib/cli-sb/package.json

37 lines
838 B
JSON

{
"name": "sb",
"version": "7.0.0-alpha.56",
"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": {
"prep": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@storybook/cli": "7.0.0-alpha.56"
},
"devDependencies": {
"typescript": "^4.9.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c8e9a862bb83c4a0d6b5975e795b4ca7f7ff7bc2"
}