{
  "name": "jest-puppe-shots",
  "version": "0.7.0",
  "description": "A Jest plugin for creating screenshots of React components with a help of Puppeteer",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/macku/jest-puppe-shots.git"
  },
  "keywords": [
    "jest",
    "screenshot",
    "snapshot",
    "testing",
    "unittest",
    "react",
    "enzyme",
    "javascript",
    "visual-regression",
    "visual-testing",
    "matcher",
    "jest-matcher",
    "unit-testing",
    "puppeteer",
    "chrome"
  ],
  "author": {
    "name": "Maciej Adamczak",
    "email": "npm@maciejadamczak.net"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/macku/jest-puppe-shots/issues"
  },
  "homepage": "https://github.com/macku/jest-puppe-shots#readme",
  "peerDependencies": {
    "jest": ">= 22.0.0",
    "react": ">= 15.0.0",
    "react-dom": ">= 15.0.0"
  },
  "dependencies": {
    "jest-image-snapshot": "^2.3.0",
    "jest-puppe-shots-env": "^0.7.0",
    "jest-puppe-shots-preset": "^0.7.0",
    "styled-components": "^2.0.0"
  },
  "devDependencies": {
    "css": "^2.2.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "engines": {
    "node": ">= 7.6",
    "npm": ">= 5.0.0"
  }
}
