Uecko_ERP/packages/rdx-utils/package.json
2026-05-05 13:34:36 +02:00

25 lines
537 B
JSON

{
"name": "@repo/rdx-utils",
"version": "0.6.5",
"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",
"typescript": "^6.0.2"
},
"dependencies": {
"joi": "^18.1.2",
"uuid": "^13.0.0"
}
}