123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "storybook",
- "version": "7.6.17",
- "description": "Storybook CLI",
- "keywords": [
- "storybook"
- ],
- "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli",
- "bugs": {
- "url": "https://github.com/storybookjs/storybook/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/storybookjs/storybook.git",
- "directory": "code/lib/cli"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "license": "MIT",
- "bin": {
- "sb": "./index.js",
- "storybook": "./index.js"
- },
- "dependencies": {
- "@storybook/cli": "7.6.17"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
- }
|