1. {
    
  2.   "name": "react-dom-bindings",
    
  3.   "description": "React implementation details for react-dom.",
    
  4.   "version": "18.2.0",
    
  5.   "private": true,
    
  6.   "main": "index.js",
    
  7.   "repository": {
    
  8.     "type": "git",
    
  9.     "url": "https://github.com/facebook/react.git",
    
  10.     "directory": "packages/react-dom-bindings"
    
  11.   },
    
  12.   "keywords": [
    
  13.     "react"
    
  14.   ],
    
  15.   "license": "MIT",
    
  16.   "bugs": {
    
  17.     "url": "https://github.com/facebook/react/issues"
    
  18.   },
    
  19.   "homepage": "https://reactjs.org/",
    
  20.   "peerDependencies": {
    
  21.     "react": "^18.2.0"
    
  22.   }
    
  23. }