17 lines
325 B
JSON
17 lines
325 B
JSON
{
|
|
"name": "@repo/util",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/auth": "*",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-router": "^5.1.20",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|