| 1 | { |
| 2 | "private": true, |
| 3 | "name": "react-debug-tools", |
| 4 | "description": "React package for debugging React trees.", |
| 5 | "version": "0.16.0", |
| 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 | "index.js", |
| 16 | "cjs/" |
| 17 | ], |
| 18 | "main": "index.js", |
| 19 | "repository": { |
| 20 | "type" : "git", |
| 21 | "url" : "https://github.com/react/react.git", |
| 22 | "directory": "packages/react-debug-tools" |
| 23 | }, |
| 24 | "engines": { |
| 25 | "node": ">=0.10.0" |
| 26 | }, |
| 27 | "peerDependencies": { |
| 28 | "react": "^17.0.0" |
| 29 | }, |
| 30 | "dependencies": { |
| 31 | "error-stack-parser": "^2.1.4" |
| 32 | } |
| 33 | } |