{
  "name": "@storybook/preview-api",
  "version": "7.6.9",
  "description": "",
  "keywords": [
    "storybook"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/preview-api",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "code/lib/preview-api"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./dist/addons": {
      "types": "./dist/addons.d.ts",
      "import": "./dist/addons.mjs",
      "require": "./dist/addons.js"
    },
    "./dist/store": {
      "types": "./dist/store.d.ts",
      "import": "./dist/store.mjs",
      "require": "./dist/store.js"
    },
    "./dist/client-api": {
      "types": "./dist/client-api.d.ts",
      "import": "./dist/client-api.mjs",
      "require": "./dist/client-api.js"
    },
    "./dist/core-client": {
      "types": "./dist/core-client.d.ts",
      "import": "./dist/core-client.mjs",
      "require": "./dist/core-client.js"
    },
    "./dist/preview-web": {
      "types": "./dist/preview-web.d.ts",
      "import": "./dist/preview-web.mjs",
      "require": "./dist/preview-web.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts",
    "!src/**/*"
  ],
  "scripts": {
    "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
    "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
  },
  "dependencies": {
    "@storybook/channels": "7.6.9",
    "@storybook/client-logger": "7.6.9",
    "@storybook/core-events": "7.6.9",
    "@storybook/csf": "^0.1.2",
    "@storybook/global": "^5.0.0",
    "@storybook/types": "7.6.9",
    "@types/qs": "^6.9.5",
    "dequal": "^2.0.2",
    "lodash": "^4.17.21",
    "memoizerific": "^1.11.3",
    "qs": "^6.10.0",
    "synchronous-promise": "^2.0.15",
    "ts-dedent": "^2.0.0",
    "util-deprecate": "^1.0.2"
  },
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@storybook/core-common": "7.6.9",
    "ansi-to-html": "^0.6.11",
    "slash": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundler": {
    "entries": [
      "./src/index.ts",
      "./src/addons.ts",
      "./src/client-api.ts",
      "./src/core-client.ts",
      "./src/preview-web.ts",
      "./src/store.ts"
    ]
  },
  "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}