{ "name": "@storybook/addon-storyshots-puppeteer", "version": "5.0.0-alpha.4", "description": "Image snappshots addition to StoryShots base on puppeteer", "keywords": [ "addon", "storybook" ], "homepage": "https://github.com/storybooks/storybook/tree/master/addons/storyshorts/storyshots-puppeteer", "bugs": { "url": "https://github.com/storybooks/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybooks/storybook.git" }, "license": "MIT", "main": "dist/index.js", "jsnext:main": "src/index.js", "scripts": { "prepare": "node ../../../scripts/prepare.js" }, "dependencies": { "@storybook/core": "5.0.0-alpha.4", "@storybook/node-logger": "5.0.0-alpha.4", "core-js": "^2.6.1", "jest-image-snapshot": "^2.6.0", "puppeteer": "^1.11.0", "regenerator-runtime": "^0.12.1" }, "peerDependencies": { "@storybook/addon-storyshots": "5.0.0-alpha.1" }, "publishConfig": { "access": "public" } }