fbredius/storybook

View on GitHub
addons/storyshots/storyshots-puppeteer/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@storybook/addon-storyshots-puppeteer",
  "version": "6.5.0-alpha.46",
  "description": "Image snapshots addition to StoryShots based on puppeteer",
  "keywords": [
    "addon",
    "storybook"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/storyshots/storyshots-puppeteer",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "addons/storyshots/storyshots-puppeteer"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "main": "dist/ts3.9/index.js",
  "module": "dist/ts3.9/index.js",
  "types": "dist/ts3.9/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "dist/ts3.9/*": [
        "dist/ts3.4/*"
      ]
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "prepare": "node ../../../scripts/prepare.js"
  },
  "dependencies": {
    "@axe-core/puppeteer": "^4.2.0",
    "@storybook/csf": "0.0.2--canary.87bc651.0",
    "@storybook/node-logger": "6.5.0-alpha.46",
    "@types/jest-image-snapshot": "^4.1.3",
    "core-js": "^3.8.2",
    "jest-image-snapshot": "^4.3.0",
    "regenerator-runtime": "^0.13.7"
  },
  "devDependencies": {
    "@storybook/csf": "0.0.2--canary.87bc651.0",
    "@types/puppeteer": "^5.4.0"
  },
  "peerDependencies": {
    "@storybook/addon-storyshots": "6.5.0-alpha.46",
    "puppeteer": "^2.0.0 || ^3.0.0"
  },
  "peerDependenciesMeta": {
    "puppeteer": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a64dc8426d21a70970728878c3bba0ac0a377a48"
}