Files
react/compiler/packages/make-read-only-util/package.json
Ahmed Abdelbaset f7ee804c22 [compiler] Add git info to package.json files in compiler packages (#30475)
This PR adds the repository field to `compiler/packages/*/package.json`

| eslint-plugin-react-compiler | eslint-plugin-react-hooks |
| --- | --- |
|
![image](https://github.com/user-attachments/assets/3392a496-1ff1-4f36-ab96-cfbe1ed88693)
|
![image](https://github.com/user-attachments/assets/b0605dba-eef7-44fe-9484-979b4814d9fb)
|
2024-07-26 12:56:39 -04:00

29 lines
580 B
JSON

{
"name": "make-read-only-util",
"version": "0.0.1",
"files": [
"src"
],
"scripts": {
"build": "tsc",
"test": "jest src"
},
"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"
}
}