| 1 | { |
| 2 | "name": "make-read-only-util", |
| 3 | "version": "0.0.1", |
| 4 | "license": "MIT", |
| 5 | "files": [ |
| 6 | "src" |
| 7 | ], |
| 8 | "scripts": { |
| 9 | "build": "rimraf dist && tsup", |
| 10 | "test": "jest src", |
| 11 | "watch": "yarn build --watch" |
| 12 | }, |
| 13 | "dependencies": { |
| 14 | "invariant": "^2.2.4", |
| 15 | "pretty-format": "^24" |
| 16 | }, |
| 17 | "devDependencies": { |
| 18 | "@types/invariant": "^2.2.35", |
| 19 | "@types/jest": "^28.1.6", |
| 20 | "@types/node": "^20.2.5", |
| 21 | "jest": "^28.1.3", |
| 22 | "ts-jest": "^28.0.7", |
| 23 | "ts-node": "^10.9.2" |
| 24 | }, |
| 25 | "repository": { |
| 26 | "type": "git", |
| 27 | "url": "git+https://github.com/react/react.git", |
| 28 | "directory": "compiler/packages/make-read-only-util" |
| 29 | } |
| 30 | } |