mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
24 lines
427 B
JSON
24 lines
427 B
JSON
{
|
|
"name": "use-subscription",
|
|
"description": "Reusable hooks",
|
|
"version": "1.6.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/use-subscription"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|