mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Sorry about the thrash in advance! This removes the top level `forget` directory which adds unnecessary nesting to our repo Hopefully everything still works
26 lines
478 B
JSON
26 lines
478 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",
|
|
"prettier": "2.8.8",
|
|
"ts-jest": "^28.0.7",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.0"
|
|
}
|
|
}
|