{
  "name": "enzyme-adapter-utils",
  "version": "1.14.2",
  "description": "JavaScript Testing utilities for React",
  "homepage": "https://enzymejs.github.io/enzyme/",
  "main": "build",
  "scripts": {
    "prepack": "npmignore --auto --commentLines=autogenerated --gitignore=../../.gitignore && cp ../../{LICENSE,README}.md ./ && npm run build",
    "prepublishOnly": "safe-publish-latest",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/enzymejs/enzyme.git",
    "directory": "packages/enzyme-adapter-utils"
  },
  "keywords": [
    "javascript",
    "shallow rendering",
    "shallowRender",
    "test",
    "reactjs",
    "react",
    "flux",
    "testing",
    "test utils",
    "assertion helpers",
    "tdd",
    "mocha"
  ],
  "author": "Jordan Harband <ljharb@gmail.com>",
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "license": "MIT",
  "dependencies": {
    "airbnb-prop-types": "^2.16.0",
    "function.prototype.name": "^1.1.6",
    "hasown": "^2.0.0",
    "object.assign": "^4.1.5",
    "object.fromentries": "^2.0.7",
    "prop-types": "^15.8.1",
    "semver": "^6.3.1"
  },
  "peerDependencies": {
    "react": "0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.23.9",
    "@babel/eslint-parser": "^7.23.10",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-transform-replace-object-assign": "^2.0.0",
    "babel-preset-airbnb": "^4.5.0",
    "eslint": "^8.56.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.0",
    "rimraf": "^2.7.1",
    "safe-publish-latest": "^2.0.0"
  },
  "publishConfig": {
    "ignore": [
      "!build"
    ]
  }
}
