Spaces:
Running
Running
| { | |
| "devDependencies": { | |
| "@biomejs/biome": "2.3.5", | |
| "@repo/tsconfig": "workspace:*", | |
| "@types/node": "^24.10.1" | |
| }, | |
| "main": "./index.ts", | |
| "name": "@repo/utils", | |
| "scripts": { | |
| "type-check": "tsc --noEmit" | |
| }, | |
| "types": "./**/.tsx", | |
| "version": "0.0.0" | |
| } | |