{ "name": "@repo/rdx-utils", "version": "0.6.7", "private": true, "type": "module", "sideEffects": false, "scripts": { "typecheck": "tsc -p tsconfig.json --noEmit", "check": "biome check .", "lint": "biome lint .", "clean": "rimraf .turbo node_modules dist" }, "exports": { ".": "./src/index.ts" }, "devDependencies": { "@repo/typescript-config": "workspace:*", "@types/node": "^25.6.0", "rimraf": "^6.1.3", "typescript": "^6.0.2" }, "dependencies": { "joi": "^18.1.2", "uuid": "^13.0.0" } }