{
  "name": "@testing-library/react",
  "version": "16.3.2",
  "description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "module": "dist/@testing-library/react.esm.js",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "dont-cleanup-after-each.js",
    "pure.js",
    "pure.d.ts",
    "types/*.d.ts"
  ],
  "author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.12.5"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^5.11.6",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "chalk": "^4.1.2",
    "dotenv-cli": "^4.0.0",
    "jest-diff": "^29.7.0",
    "kcd-scripts": "^13.0.0",
    "npm-run-all2": "^6.2.6",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rimraf": "^3.0.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@testing-library/dom": "^10.0.0",
    "@types/react": "^18.0.0 || ^19.0.0",
    "@types/react-dom": "^18.0.0 || ^19.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist",
    "*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/testing-library/react-testing-library"
  },
  "homepage": "https://github.com/testing-library/react-testing-library#readme"
}