main
json 29 lines 583 Bytes
Raw
1 {
2 "name": "react-client",
3 "description": "React package for consuming streaming models.",
4 "version": "0.1.0",
5 "private": true,
6 "keywords": [
7 "react"
8 ],
9 "homepage": "https://react.dev/",
10 "bugs": "https://github.com/react/react/issues",
11 "license": "MIT",
12 "files": [
13 "LICENSE",
14 "README.md",
15 "flight.js",
16 "cjs/"
17 ],
18 "repository": {
19 "type" : "git",
20 "url" : "https://github.com/react/react.git",
21 "directory": "packages/react-client"
22 },
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "peerDependencies": {
27 "react": "^17.0.0"
28 }
29 }