{
  "name": "enzyme-example-mocha",
  "version": "0.1.0",
  "description": "Example project with React + Enzyme + Mocha",
  "scripts": {
    "lint": "eslint ./src/**/*.js*",
    "pretest": "npm run lint",
    "test": "nyc mocha src/*.spec.js*",
    "test-watch": "npm test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/enzymejs/enzyme.git",
    "directory": "packages/enzyme-example-mocha"
  },
  "author": "Jordan Harband <ljharb@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/enzymejs/enzyme.git",
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "babel-eslint": "^10.1.0",
    "babel-plugin-transform-replace-object-assign": "^2.0.0",
    "babel-preset-airbnb": "^4.5.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-react": "^7.25.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "in-publish": "^2.0.1",
    "jsdom": "^11.5.1",
    "mocha": "^3.5.3",
    "nyc": "^11.4.1",
    "rimraf": "^2.7.1",
    "safe-publish-latest": "^1.1.4"
  },
  "dependencies": {
    "chai": "^4.3.4",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "object.assign": "^4.1.0",
    "react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0 || ^18.0.0",
    "react-dom": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0 || ^18.0.0"
  }
}
