2018-08-06 22:55:23 +02:00

25 lines
661 B
JSON

{
"name": "@storybook/addon-storyshots-puppeteer",
"version": "4.0.0-alpha.16",
"description": "Image snappshots addition to StoryShots base on puppeteer",
"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/node-logger": "4.0.0-alpha.16",
"babel-runtime": "^6.26.0",
"jest-image-snapshot": "^2.4.3",
"puppeteer": "^1.6.2"
},
"peerDependencies": {
"@storybook/addon-storyshots": "4.0.0-alpha.16"
}
}