UNPKG

677 BJSONView Raw
1{
2 "name": "react-devtools",
3 "version": "4.10.2",
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 "build-info.json",
17 "app.html",
18 "app.js",
19 "index.js",
20 "icons"
21 ],
22 "scripts": {
23 "start": "node bin.js"
24 },
25 "dependencies": {
26 "cross-spawn": "^5.0.1",
27 "electron": "^9.1.0",
28 "ip": "^1.1.4",
29 "minimist": "^1.2.3",
30 "react-devtools-core": "4.10.2",
31 "update-notifier": "^2.1.0"
32 }
33}