{
  "name": "enzyme",
  "version": "3.10.0",
  "description": "JavaScript Testing utilities for React",
  "homepage": "http://airbnb.io/enzyme/",
  "main": "build",
  "scripts": {
    "clean": "rimraf build",
    "lint": "eslint --ext js,jsx .",
    "pretest": "npm run lint",
    "prebuild": "npm run clean",
    "build": "babel --source-maps=both src --out-dir build",
    "watch": "npm run build -- -w",
    "prepublish": "npm run build && safe-publish-latest && (not-in-publish || cp ../../{LICENSE,README}.md ./)"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/airbnb/enzyme.git",
    "directory": "packages/enzyme"
  },
  "keywords": [
    "javascript",
    "shallow rendering",
    "shallowRender",
    "test",
    "reactjs",
    "react",
    "flux",
    "testing",
    "test utils",
    "assertion helpers",
    "tdd",
    "mocha"
  ],
  "author": "Leland Richardson <leland.richardson@airbnb.com>",
  "license": "MIT",
  "dependencies": {
    "array.prototype.flat": "^1.2.1",
    "cheerio": "^1.0.0-rc.2",
    "function.prototype.name": "^1.1.0",
    "has": "^1.0.3",
    "html-element-map": "^1.0.0",
    "is-boolean-object": "^1.0.0",
    "is-callable": "^1.1.4",
    "is-number-object": "^1.0.3",
    "is-regex": "^1.0.4",
    "is-string": "^1.0.4",
    "is-subset": "^0.1.1",
    "lodash.escape": "^4.0.1",
    "lodash.isequal": "^4.5.0",
    "object-inspect": "^1.6.0",
    "object-is": "^1.0.1",
    "object.assign": "^4.1.0",
    "object.entries": "^1.0.4",
    "object.values": "^1.0.4",
    "raf": "^3.4.0",
    "rst-selector-parser": "^2.2.3",
    "string.prototype.trim": "^1.1.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-replace-object-assign": "^1.0.0",
    "babel-preset-airbnb": "^2.6.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.13.0",
    "in-publish": "^2.0.0",
    "jsdom": "^6.5.1",
    "rimraf": "^2.6.3",
    "safe-publish-latest": "^1.1.2"
  }
}
