{
  "name": "enzyme-adapter-utils-22",
  "private": false,
  "version": "9.30.888",
  "description": "JavaScript Testing utilities for React",
  "homepage": "https://github.com/ZipingL/enzyme-adapter-utils-22",
  "scripts": {
    "clean-node-modules": "rm -rf node_modules/{*,.bin,.package-lock.json} && rm -rf packages/*/node_modules/{*,.bin,.package-lock.json}",
    "postinstall": "[ -n \"${TRAVIS-}\" ] || (npm link npm && lerna bootstrap)",
    "prepublish": "not-in-publish || (npm run build && safe-publish-latest)",
    "preversion": "npm run clean && npm run check",
    "postversion": "git push && git push --tags && npm run clean && npm run docs:publish",
    "version": "lerna run build",
    "clean": "lerna run clean",
    "prelint": "npm run lint:root",
    "lint": "lerna exec --parallel 'npm run lint -- --quiet'",
    "lint:root": "eslint . --ext=js,md,jsx --ignore-pattern=packages/ --ignore-path .eslintignore",
    "check": "lerna run lint && npm run test:all",
    "prebuild": "npm run clean",
    "build": "lerna run build",
    "build:watch": "lerna run --parallel watch",
    "pretest": "lerna run lint",
    "test": "npm run test:only",
    "pretest:only": "npm run build",
    "test:only": "mocha --recursive packages/enzyme-test-suite/build",
    "test:single": "mocha --watch",
    "test:watch": "npm run test:only -- --watch",
    "pretest:karma": "npm run build",
    "test:karma": "karma start",
    "test:all": "npm run react 13 && npm run test:only && npm run react 14 && npm run test:only && npm run react 15 && npm run test:only && npm run react 15.4 && npm run test:only && npm run react 15.5 && npm run test:only && npm run react 16 && npm run test:only && npm run react 16.1 && npm run test:only && npm run react 16.2 && npm run test:only && npm run react 16.3 && npm run test:only && npm run react 16.4 && npm run test:only && npm run react 16.5 && npm run test:only && npm run react 16.8 && npm run test:only",
    "react": "sh install-relevant-react.sh",
    "env:": "babel-node ./env.js",
    "docs:clean": "rimraf _book",
    "docs:prepare": "gitbook install",
    "docs:build": "npm run docs:prepare && gitbook build",
    "docs:watch": "npm run docs:prepare && gitbook serve",
    "docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch git@github.com:enzymejs/enzyme.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push git@github.com:enzymejs/enzyme.git gh-pages --force",
    "travis": "nyc mocha --recursive packages/enzyme-test-suite/build",
    "since": "node since"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ZipingL/enzyme-adapter-utils-22.git"
  },
  "keywords": [
    "javascript",
    "shallow rendering",
    "shallowRender",
    "test",
    "reactjs",
    "react",
    "flux",
    "testing",
    "test utils",
    "assertion helpers",
    "tdd",
    "mocha"
  ],
  "author": "Jordan Harband <ljharb@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "@babel/node": "^7.15.4",
    "@babel/register": "^7.15.3",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-transform-replace-object-assign": "^2.0.0",
    "babel-preset-airbnb": ">=4.0.0",
    "chai": "^4.3.4",
    "eslint": "*",
    "eslint-config-airbnb": "^19.0.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "gitbook-cli": "^1.0.1",
    "gitbook-plugin-anchors": "^0.7.1",
    "gitbook-plugin-codeblock-disable-glossary": "0.0.1",
    "gitbook-plugin-collapsible-menu": "^1.0.3",
    "gitbook-plugin-edit-link": "^2.0.2",
    "gitbook-plugin-github": "^3.0.0",
    "glob-gitignore": "^1.0.14",
    "in-publish": "^2.0.1",
    "json-loader": "^0.5.7",
    "karma": ">=6.4.0",
    "karma-chrome-launcher": "^3.0.1",
    "karma-firefox-launcher": "^2.0.0",
    "karma-mocha": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": ">=5.0",
    "lerna": "^5.5.0",
    "mocha": ">=10.0.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": ">=10.0.0",
    "prop-types": "^15.7.2",
    "rimraf": ">=3.0.1",
    "safe-publish-latest": ">=2.0.0",
    "semver": ">=7.0.0",
    "webpack": ">=5.7.0",
    "webpack-cli": ">=4.7.0"
  },
  "greenkeeper": {
    "ignore": [
      "mocha",
      "nyc",
      "semver",
      "webpack"
    ]
  },

  "optionalDependencies": {
    "npm": ">=6.0.0",
    "@babel/eslint-parser": "^7.15.4"
   
  },
  "peerDependencies": {
    "enzyme": "^3.0.0 || ^2.0.0",
    "react": "^17.0.0-0 || ^18.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0 ",
    "react-dom": "^17.0.0-0 || ^18.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=6.0.0"
  }
}
