main
json 32 lines 661 Bytes
Raw
1 {
2 "name": "react-devtools",
3 "version": "7.0.1",
4 "description": "Use react-devtools outside of the browser",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/react/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 "icons",
19 "preload.js"
20 ],
21 "scripts": {
22 "start": "node bin.js"
23 },
24 "dependencies": {
25 "cross-spawn": "^5.0.1",
26 "electron": "^23.1.2",
27 "internal-ip": "^6.2.0",
28 "minimist": "^1.2.3",
29 "react-devtools-core": "7.0.1",
30 "update-notifier": "^5.0.0"
31 }
32 }