{
  "name": "@storybook/preview",
  "version": "8.6.14",
  "description": "",
  "keywords": [
    "storybook"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/preview",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "code/lib/preview"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./globals": {
      "type": "./globals.d.ts",
      "import": "./globals.js",
      "require": "./globals.cjs"
    }
  },
  "files": [
    "README.md",
    "*.js",
    "*.mjs",
    "*.cjs",
    "*.d.ts"
  ],
  "peerDependencies": {
    "storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
  },
  "publishConfig": {
    "access": "public"
  }
}