{ "name": "react-codemod", "version": "3.0.0", "description": "React codemod scripts", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/facebook/react" }, "scripts": { "test": "jest" }, "dependencies": { "jscodeshift": "^0.3.7" }, "devDependencies": { "babel-jest": "^5.3.0", "jest-cli": "^0.5.1" }, "jest": { "scriptPreprocessor": "./node_modules/babel-jest", "testPathDirs": [ "test" ] } }