{
  "name": "enzyme-test-suite",
  "private": true,
  "version": "1.0.0",
  "description": "JavaScript Testing utilities for React",
  "homepage": "https://enzymejs.github.io/enzyme/",
  "scripts": {
    "lint": "eslint --ext js,jsx .",
    "pretest": "npm run lint",
    "clean": "rimraf build",
    "prebuild": "npm run clean",
    "build": "babel --source-maps=both test --out-dir build",
    "watch": "npm run build -- -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/enzymejs/enzyme.git",
    "directory": "packages/enzyme-test-suite"
  },
  "keywords": [
    "javascript",
    "shallow rendering",
    "shallowRender",
    "test",
    "reactjs",
    "react",
    "flux",
    "testing",
    "test utils",
    "assertion helpers",
    "tdd",
    "mocha"
  ],
  "author": "Jordan Harband <ljharb@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chai": "^4.3.4",
    "create-react-class": "^15.7.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-helper": "^1.3.9",
    "enzyme-adapter-utils": "^1.14.0",
    "enzyme-shallow-equal": "^1.0.4",
    "has-symbols": "^1.0.2",
    "html-element-map": "^1.3.1",
    "jsdom": "^6.5.1",
    "lodash.isequal": "^4.5.0",
    "mocha": "^3.5.3",
    "mocha-wrap": "^2.1.2",
    "object-inspect": "^1.11.0",
    "object.assign": "^4.1.2",
    "prop-types": "^15.7.2",
    "react-is": "^16.13.1",
    "safe-publish-latest": "^1.1.4",
    "semver": "^5.7.0",
    "sinon": "^5.1.1",
    "sinon-sandbox": "^2.0.6"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-mocha": "^8.1.0",
    "eslint-plugin-react": "^7.25.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "rimraf": "^2.7.1"
  }
}
