package.json — react Source File
Architecture documentation for package.json, a json file in the react codebase.
Entity Profile
Source Code
{
"name": "react-devtools",
"version": "7.0.1",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-devtools"
},
"bin": {
"react-devtools": "./bin.js"
},
"files": [
"bin.js",
"app.html",
"app.js",
"icons",
"preload.js"
],
"scripts": {
"start": "node bin.js"
},
"dependencies": {
"cross-spawn": "^5.0.1",
"electron": "^23.1.2",
"internal-ip": "^6.2.0",
"minimist": "^1.2.3",
"react-devtools-core": "7.0.1",
"update-notifier": "^5.0.0"
}
}
Source
Frequently Asked Questions
What does package.json do?
package.json is a source file in the react codebase, written in json.
Where is package.json in the architecture?
package.json is located at packages/react-devtools/package.json (directory: packages/react-devtools).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free