1. {
    
  2.   "name": "jest-react",
    
  3.   "version": "0.14.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/facebook/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/facebook/react/issues"
    
  19.   },
    
  20.   "homepage": "https://reactjs.org/",
    
  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",
    
  23.     "react": "^18.2.0",
    
  24.     "react-test-renderer": "^18.2.0"
    
  25.   },
    
  26.   "files": [
    
  27.     "LICENSE",
    
  28.     "README.md",
    
  29.     "index.js",
    
  30.     "cjs/"
    
  31.   ]
    
  32. }