{ "name": "@storybook/addon-storyshots-puppeteer", "version": "4.1.0-alpha.7", "description": "Image snappshots addition to StoryShots base on puppeteer", "keywords": [ "addon", "storybook" ], "homepage": "https://github.com/storybooks/storybook/tree/master/addons/storyshorts/storyshots-puppeteer", "publishConfig": { "access": "public" }, "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": { "@babel/runtime": "^7.1.2", "@storybook/node-logger": "4.1.0-alpha.7", "jest-image-snapshot": "^2.6.0", "puppeteer": "^1.9.0" }, "peerDependencies": { "@storybook/addon-storyshots": "4.0.0" } }