2025-05-09 10:45:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "@repo/rdx-utils",
|
2025-11-28 15:00:18 +00:00
|
|
|
"version": "0.0.15",
|
2025-10-30 18:26:57 +00:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"sideEffects": false,
|
2025-05-09 10:45:32 +00:00
|
|
|
"scripts": {
|
2025-10-30 18:26:57 +00:00
|
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
|
|
|
"clean": "rimraf .turbo node_modules dist"
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@repo/typescript-config": "workspace:*",
|
|
|
|
|
"@types/node": "^22.15.12",
|
2025-10-28 18:29:08 +00:00
|
|
|
"typescript": "^5.9.3"
|
2025-05-19 11:59:13 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-07-07 18:25:13 +00:00
|
|
|
"joi": "^17.13.3",
|
|
|
|
|
"uuid": "^11.0.5"
|
2025-05-09 10:45:32 +00:00
|
|
|
}
|
2025-11-27 19:07:30 +00:00
|
|
|
}
|