40 lines
805 B
JSON
40 lines
805 B
JSON
![]() |
{
|
||
|
"name": "react-test-renderer",
|
||
|
"version": "16.13.1",
|
||
|
"description": "React package for snapshot testing.",
|
||
|
"main": "index.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/react.git",
|
||
|
"directory": "packages/react-test-renderer"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-native",
|
||
|
"react-testing"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facebook/react/issues"
|
||
|
},
|
||
|
"homepage": "https://reactjs.org/",
|
||
|
"dependencies": {
|
||
|
"object-assign": "^4.1.1",
|
||
|
"prop-types": "^15.6.2",
|
||
|
"react-is": "^16.8.6",
|
||
|
"scheduler": "^0.19.1"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": "^16.13.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"build-info.json",
|
||
|
"index.js",
|
||
|
"shallow.js",
|
||
|
"cjs/",
|
||
|
"umd/"
|
||
|
]
|
||
|
}
|