2025 / packages /utils /package.json
daqc's picture
Initial commit
ad19202
{
"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"
}