react/packages/react-codemod/package.json

27 lines
498 B
JSON
Raw Normal View History

2015-03-25 16:27:45 +08:00
{
"name": "react-codemod",
2015-07-31 06:19:16 +08:00
"version": "3.0.0",
2015-03-25 16:27:45 +08:00
"description": "React codemod scripts",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react"
},
"scripts": {
2015-07-31 06:19:16 +08:00
"test": "jest"
2015-03-25 16:27:45 +08:00
},
"dependencies": {
2015-07-31 06:19:16 +08:00
"jscodeshift": "^0.3.2"
2015-03-25 16:27:45 +08:00
},
"devDependencies": {
"babel-jest": "^4.0.0",
"jest-cli": "^0.4.0"
},
"jest": {
"scriptPreprocessor": "./node_modules/babel-jest",
"testPathDirs": [
"test"
]
}
}