{
  "name": "create-storybook",
  "version": "8.6.15",
  "description": "Initialize Storybook into your project",
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook",
  "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",
  "author": "Storybook Team",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./bin/index.cjs": "./bin/index.cjs",
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "bin": "./bin/index.cjs",
  "files": [
    "bin/**/*",
    "dist/**/*",
    "rendererAssets/**/*",
    "templates/**/*",
    "README.md",
    "!src/**/*"
  ],
  "scripts": {
    "check": "jiti  ../../../scripts/prepare/check.ts",
    "prep": "jiti  ../../../scripts/prepare/bundle.ts"
  },
  "dependencies": {
    "recast": "^0.23.5",
    "semver": "^7.6.2"
  },
  "devDependencies": {
    "@storybook/core": "8.6.15",
    "@types/prompts": "^2.0.9",
    "@types/semver": "^7.3.4",
    "@types/util-deprecate": "^1.0.0",
    "boxen": "^7.1.1",
    "commander": "^12.1.0",
    "es-toolkit": "^1.22.0",
    "execa": "^5.0.0",
    "fast-glob": "^3.3.3",
    "fd-package-json": "^1.2.0",
    "find-up": "^7.0.0",
    "ora": "^5.4.1",
    "picocolors": "^1.1.0",
    "process": "^0.11.10",
    "prompts": "^2.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "semver": "^7.3.7",
    "tiny-invariant": "^1.3.1",
    "ts-dedent": "^2.0.0",
    "typescript": "^5.7.3",
    "zod": "^3.24.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundler": {
    "entries": [
      "./src/index.ts",
      "./src/bin/index.ts"
    ],
    "formats": [
      "node-esm"
    ],
    "types": false
  },
  "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
}