{
  "name": "enzyme-matchers",
  "version": "7.1.2",
  "description": "Testing Matchers for Enzyme",
  "main": "lib/index.js",
  "homepage": "https://github.com/FormidableLabs/enzyme-matchers/packages/enzyme-matchers#readme",
  "author": "Blaine Kasten <blainekasten@gmail.com>",
  "license": "MIT",
  "scripts": {
    "pretest": "node ../../scripts/jest.js",
    "test": "node ../../node_modules/jest-cli/bin/jest.js",
    "jest": "node ../../node_modules/jest-cli/bin/jest.js",
    "lint": "eslint ./src",
    "clean": "rm -rf ./lib",
    "build:js": "babel --root-mode upward src --out-dir lib --ignore '**/__tests__/*.js'",
    "build:flow": "flow-copy-source -v -i '**/__tests__/*.js' src lib",
    "build": "npm run clean && npm run build:js && npm run build:flow",
    "prepublish": "npm run build"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
  },
  "bugs": {
    "url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
  },
  "peerDependencies": {
    "enzyme": ">=3.4.0"
  },
  "dependencies": {
    "circular-json-es6": "^2.0.1",
    "deep-equal-ident": "^1.1.1"
  },
  "devDependencies": {
    "enzyme": "^3.4.0",
    "flow-bin": "^0.105.2"
  },
  "jest": {
    "transform": {
      "^.+\\.js$": "../../babel-jest-root-mode-wrapper.js"
    },
    "roots": [
      "<rootDir>/src"
    ],
    "setupFilesAfterEnv": [
      "../jest-enzyme/lib/index.js"
    ],
    "testEnvironment": "../jest-environment-enzyme/lib/index.js",
    "testEnvironmentOptions": {
      "adapter": "react16"
    },
    "verbose": true
  },
  "gitHead": "abce48ffb02e9da2b3b021d9c3d2b2ef2697ddd5"
}
