| 1 | { |
| 2 | "name": "react-devtools-facade", |
| 3 | "version": "0.0.0", |
| 4 | "private": true, |
| 5 | "description": "Building blocks for querying React runtime state", |
| 6 | "license": "MIT", |
| 7 | "main": "index.js", |
| 8 | "repository": { |
| 9 | "type": "git", |
| 10 | "url": "https://github.com/facebook/react.git", |
| 11 | "directory": "packages/react-devtools-facade" |
| 12 | } |
| 13 | } |