Files
react/packages/react-codemod/package.json
2015-07-31 10:32:53 -07:00

27 lines
498 B
JSON

{
"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.2"
},
"devDependencies": {
"babel-jest": "^4.0.0",
"jest-cli": "^0.4.0"
},
"jest": {
"scriptPreprocessor": "./node_modules/babel-jest",
"testPathDirs": [
"test"
]
}
}