| 1 | { |
| 2 | "name": "react-suspense-test-utils", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "repository": { |
| 6 | "type" : "git", |
| 7 | "url" : "https://github.com/react/react.git", |
| 8 | "directory": "packages/react-suspense-test-utils" |
| 9 | }, |
| 10 | "license": "MIT", |
| 11 | "files": [ |
| 12 | "LICENSE", |
| 13 | "README.md", |
| 14 | "index.js", |
| 15 | "cjs/" |
| 16 | ], |
| 17 | "peerDependencies": { |
| 18 | "react": "^17.0.0" |
| 19 | } |
| 20 | } |