{
  "name": "react-codemod",
  "version": "5.4.4",
  "description": "React codemod scripts",
  "license": "BSD-3-Clause",
  "repository": "reactjs/react-codemod",
  "scripts": {
    "test": "jest",
    "lint": "eslint .",
    "prepublish": "npm run lint && npm run test",
    "jscodeshift": "jscodeshift"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "eslint": "^6.6.0",
    "execa": "^3.2.0",
    "globby": "^10.0.1",
    "inquirer": "^7.0.0",
    "is-git-clean": "^1.1.0",
    "jscodeshift": "^0.11.0",
    "meow": "^5.0.0"
  },
  "jest": {
    "globals": {
      "baseDir": "../"
    },
    "testEnvironment": "node",
    "roots": [
      "transforms",
      "bin"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
    "@babel/preset-env": "^7.6.3",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "eslint": "^6.6.0",
    "eslint-plugin-react": "^7.16.0",
    "fbjs-scripts": "^0.7.1",
    "jest": "^24.9.0"
  },
  "resolutions": {
    "colors": "1.3.3"
  },
  "bin": {
    "react-codemod": "./bin/react-codemod.js"
  }
}
