Files
react/compiler/forget/packages/make-read-only-util/package.json
T
Mofei Zhang 72775fba10 makeReadOnly implementation
Added utility package to track mutations to objects marked as "read-only".
2022-09-29 14:17:38 -04:00

25 lines
457 B
JSON

{
"name": "make-read-only-util",
"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": "^18.7.13",
"jest": "^28.1.3",
"prettier": "2.7.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}