{ "name": "react-flight-server-fb", "description": "React Server Components bindings for DOM using Meta's internal bundler. It is not intended to be imported directly.", "version": "19.3.0", "keywords": [ "react" ], "homepage": "https://react.dev/", "bugs": "https://github.com/facebook/react/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "client.browser.js" ], "exports": { "./client": "./client.browser.js", "./client.browser": "./client.browser.js", "./src/*": "./src/*.js", "./package.json": "./package.json" }, "repository": { "type" : "git", "url" : "https://github.com/facebook/react.git", "directory": "packages/react-flight-server-fb" }, "engines": { "node": ">=0.10.0" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" } }