mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +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.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "^5.3.0",
|
|
"jest-cli": "^0.5.1"
|
|
},
|
|
"jest": {
|
|
"scriptPreprocessor": "./node_modules/babel-jest",
|
|
"testPathDirs": [
|
|
"test"
|
|
]
|
|
}
|
|
}
|