Home / File/ package.json — react Source File

package.json — react Source File

Architecture documentation for package.json, a json file in the react codebase.

Entity Profile

Source Code

{
  "name": "make-read-only-util",
  "version": "0.0.1",
  "license": "MIT",
  "files": [
    "src"
  ],
  "scripts": {
    "build": "rimraf dist && tsup",
    "test": "jest src",
    "watch": "yarn build --watch"
  },
  "dependencies": {
    "invariant": "^2.2.4",
    "pretty-format": "^24"
  },
  "devDependencies": {
    "@types/invariant": "^2.2.35",
    "@types/jest": "^28.1.6",
    "@types/node": "^20.2.5",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/react.git",
    "directory": "compiler/packages/make-read-only-util"
  }
}

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 compiler/packages/make-read-only-util/package.json (directory: compiler/packages/make-read-only-util).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free