{ "name": "create-subscription", "description": "utility for subscribing to external data sources inside React components", "version": "17.0.0", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/create-subscription" }, "files": [ "LICENSE", "README.md", "build-info.json", "index.js", "cjs/" ], "peerDependencies": { "react": "^17.0.0" }, "devDependencies": { "rxjs": "^5.5.6" } }