{
  "name": "@storybook/addon-storyshots-puppeteer",
  "version": "7.4.4",
  "description": "Image snapshots addition to StoryShots based on puppeteer",
  "keywords": [
    "addon",
    "storybook"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-puppeteer",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "code/addons/storyshots-puppeteer"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.mjs",
    "*.d.ts",
    "!src/**/*"
  ],
  "scripts": {
    "check": "../../../scripts/prepare/check.ts",
    "prep": "../../../scripts/prepare/tsc.ts"
  },
  "dependencies": {
    "@axe-core/puppeteer": "^4.2.0",
    "@storybook/csf": "^0.1.0",
    "@storybook/node-logger": "7.4.4",
    "@storybook/types": "7.4.4",
    "@types/jest-image-snapshot": "^6.0.0",
    "jest-image-snapshot": "^6.0.0"
  },
  "devDependencies": {
    "@types/puppeteer": "^5.4.0",
    "enzyme": "^3.11.0",
    "enzyme-to-json": "^3.6.1",
    "puppeteer": "^2.0.0 || ^3.0.0"
  },
  "peerDependencies": {
    "@storybook/addon-storyshots": "7.4.4",
    "puppeteer": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "puppeteer": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "bundler": {},
  "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
}