1. {
    
  2.   "name": "react-devtools",
    
  3.   "version": "4.28.5",
    
  4.   "description": "Use react-devtools outside of the browser",
    
  5.   "license": "MIT",
    
  6.   "repository": {
    
  7.     "type": "git",
    
  8.     "url": "https://github.com/facebook/react.git",
    
  9.     "directory": "packages/react-devtools"
    
  10.   },
    
  11.   "bin": {
    
  12.     "react-devtools": "./bin.js"
    
  13.   },
    
  14.   "files": [
    
  15.     "bin.js",
    
  16.     "app.html",
    
  17.     "app.js",
    
  18.     "index.js",
    
  19.     "icons",
    
  20.     "preload.js"
    
  21.   ],
    
  22.   "scripts": {
    
  23.     "start": "node bin.js"
    
  24.   },
    
  25.   "dependencies": {
    
  26.     "cross-spawn": "^5.0.1",
    
  27.     "electron": "^23.1.2",
    
  28.     "ip": "^1.1.4",
    
  29.     "minimist": "^1.2.3",
    
  30.     "react-devtools-core": "4.28.5",
    
  31.     "update-notifier": "^2.1.0"
    
  32.   }
    
  33. }