Michael Shilman 1555b7b6a1 v5.2.8
2019-12-02 14:23:27 +08:00

48 lines
1.1 KiB
JSON

{
"name": "@storybook/addon-storyshots-puppeteer",
"version": "5.2.8",
"description": "Image snapshots addition to StoryShots based on puppeteer",
"keywords": [
"addon",
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/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"
},
"license": "MIT",
"files": [
"dist/**/*",
"docs/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"main": "dist/index.js",
"scripts": {
"prepare": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@storybook/node-logger": "5.2.8",
"@storybook/router": "5.2.8",
"core-js": "^3.0.1",
"jest-image-snapshot": "^2.8.2",
"regenerator-runtime": "^0.12.1"
},
"peerDependencies": {
"@storybook/addon-storyshots": "5.2.8",
"puppeteer": "^1.12.2"
},
"optionalDependencies": {
"puppeteer": "^1.12.2"
},
"publishConfig": {
"access": "public"
}
}