mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
This PR adds the repository field to `compiler/packages/*/package.json` | eslint-plugin-react-compiler | eslint-plugin-react-hooks | | --- | --- | |  |  |
29 lines
580 B
JSON
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"
|
|
}
|
|
}
|