This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2025-01-11 09:54:09 +03:00

20 lines
467 B
JSON

{
"name": "client-only",
"description": "This is a marker package to indicate that a module can only be used in Client Components.",
"keywords": [
"react"
],
"version": "0.0.1",
"homepage": "https://reactjs.org/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",
"files": ["index.js", "error.js"],
"main": "index.js",
"exports": {
".": {
"react-server": "./error.js",
"default": "./index.js"
}
}
}