mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
27 lines
498 B
JSON
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"
|
|
]
|
|
}
|
|
}
|