{
  "name": "@morgs32/firebase-rules-snapshot",
  "version": "2.8.5",
  "description": "Jest matcher for firebase rules testing",
  "main": "src/index.js",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "eslint ./ --ignore-path .gitignore --ext .js",
    "test": "jest --ci=false",
    "build": "babel src -d lib",
    "posttest": "npm run lint"
  },
  "keywords": [
    "test",
    "amex",
    "visual testing",
    "css",
    "jest",
    "browser testing"
  ],
  "jest": {
    "preset": "amex-jest-preset",
    "collectCoverageFrom": [
      "src/*.js",
      "!**/node_modules/**",
      "!test-results/**"
    ],
    "testMatch": [
      "<rootDir>/__tests__/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/examples"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/americanexpress/jest-image-snapshot.git"
  },
  "author": "Andres Escobar <andres.escobar@aexp.com> (https://github.com/anescobar1991)",
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-transform-modules-commonjs": "^7.4.4",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@firebase/testing": "^0.9.4",
    "amex-jest-preset": "^5.0.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "eslint": "^4.15.0",
    "eslint-config-amex": "^7.0.0",
    "jest": "^24.8.0",
    "jest-snapshot": "^24.8.0"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "bluebird": "^3.5.4",
    "chalk": "^1.1.3",
    "cheerio": "^1.0.0-rc.3",
    "diff": "^4.0.1",
    "diff2html": "^2.9.0",
    "git-diff": "^2.0.6",
    "jsdom": "^15.0.0",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.2"
  },
  "peerDependencies": {
    "@firebase/testing": ">=0.9",
    "jest": ">=20"
  }
}
