2018-10-04 08:37:41 +08:00
|
|
|
{
|
|
|
|
|
"name": "jest-react",
|
2020-10-21 04:41:18 +08:00
|
|
|
"version": "0.12.0",
|
2018-10-04 08:37:41 +08:00
|
|
|
"description": "Jest matchers and utilities for testing React components.",
|
|
|
|
|
"main": "index.js",
|
2019-01-19 04:21:12 +08:00
|
|
|
"repository": {
|
2019-02-06 16:04:00 +08:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react.git",
|
2019-01-19 04:21:12 +08:00
|
|
|
"directory": "packages/jest-react"
|
|
|
|
|
},
|
2018-10-04 08:37:41 +08:00
|
|
|
"keywords": [
|
|
|
|
|
"react",
|
|
|
|
|
"jest",
|
|
|
|
|
"react-testing"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/facebook/react/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://reactjs.org/",
|
|
|
|
|
"peerDependencies": {
|
2020-04-03 23:37:36 +08:00
|
|
|
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0",
|
2020-10-21 04:41:18 +08:00
|
|
|
"react": "^17.0.0",
|
|
|
|
|
"react-test-renderer": "^17.0.0"
|
2018-10-04 08:37:41 +08:00
|
|
|
},
|
2020-03-20 04:16:37 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"object-assign": "^4.1.1"
|
|
|
|
|
},
|
2018-10-04 08:37:41 +08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
2018-11-24 04:37:18 +08:00
|
|
|
"build-info.json",
|
2018-10-04 08:37:41 +08:00
|
|
|
"index.js",
|
|
|
|
|
"cjs/"
|
|
|
|
|
]
|
|
|
|
|
}
|