UNPKG

1.55 kBJSONView Raw
1{
2 "name": "@storybook/addon-storyshots-puppeteer",
3 "version": "6.0.20",
4 "description": "Image snapshots addition to StoryShots based on puppeteer",
5 "keywords": [
6 "addon",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/storyshots/storyshots-puppeteer",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "addons/storyshots/storyshots-puppeteer"
17 },
18 "license": "MIT",
19 "main": "dist/index.js",
20 "types": "dist/index.d.ts",
21 "files": [
22 "dist/**/*",
23 "README.md",
24 "*.js",
25 "*.d.ts",
26 "ts3.5/**/*"
27 ],
28 "scripts": {
29 "prepare": "node ../../../scripts/prepare.js"
30 },
31 "dependencies": {
32 "@storybook/csf": "0.0.1",
33 "@storybook/node-logger": "6.0.20",
34 "@types/jest-image-snapshot": "^2.8.0",
35 "@wordpress/jest-puppeteer-axe": "^1.5.0",
36 "core-js": "^3.0.1",
37 "jest-image-snapshot": "^4.0.2",
38 "regenerator-runtime": "^0.13.3"
39 },
40 "devDependencies": {
41 "@storybook/csf": "0.0.1",
42 "@types/puppeteer": "^2.0.0"
43 },
44 "peerDependencies": {
45 "@storybook/addon-storyshots": "6.0.20",
46 "puppeteer": "^2.0.0 || ^3.0.0"
47 },
48 "peerDependenciesMeta": {
49 "puppeteer": {
50 "optional": true
51 }
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "gitHead": "d8b9d25b69b8bee488265829beddbd0ebd38fe8f",
57 "typesVersions": {
58 "<=3.5": {
59 "*": [
60 "ts3.5/*"
61 ]
62 }
63 }
64}