| 1 | { |
| 2 | "name": "jest-react", |
| 3 | "version": "0.17.0", |
| 4 | "description": "Jest matchers and utilities for testing React components.", |
| 5 | "main": "index.js", |
| 6 | "repository": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/react/react.git", |
| 9 | "directory": "packages/jest-react" |
| 10 | }, |
| 11 | "keywords": [ |
| 12 | "react", |
| 13 | "jest", |
| 14 | "react-testing" |
| 15 | ], |
| 16 | "license": "MIT", |
| 17 | "bugs": { |
| 18 | "url": "https://github.com/react/react/issues" |
| 19 | }, |
| 20 | "homepage": "https://react.dev/", |
| 21 | "peerDependencies": { |
| 22 | "jest": "^23.0.1 || ^24.0.0 || ^25.1.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0", |
| 23 | "react": "^19.0.0", |
| 24 | "react-test-renderer": "^19.0.0" |
| 25 | }, |
| 26 | "files": [ |
| 27 | "LICENSE", |
| 28 | "README.md", |
| 29 | "index.js", |
| 30 | "cjs/" |
| 31 | ] |
| 32 | } |