2025-05-09 10:45:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "@repo/rdx-ddd",
|
2026-05-18 16:39:33 +00:00
|
|
|
"version": "0.6.7",
|
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",
|
2026-05-05 11:34:36 +00:00
|
|
|
"check": "biome check .",
|
|
|
|
|
"lint": "biome lint .",
|
2025-10-30 18:26:57 +00:00
|
|
|
"clean": "rimraf .turbo node_modules dist"
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@repo/typescript-config": "workspace:*",
|
2026-04-29 15:02:08 +00:00
|
|
|
"@types/dinero.js": "1.9.1",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@types/node": "^25.6.0",
|
2026-05-26 11:55:26 +00:00
|
|
|
"rimraf": "^6.1.3",
|
2026-04-12 10:06:32 +00:00
|
|
|
"typescript": "^6.0.2"
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@repo/rdx-utils": "workspace:*",
|
2026-04-12 10:06:32 +00:00
|
|
|
"dinero.js": "1.9.1",
|
|
|
|
|
"libphonenumber-js": "^1.12.41",
|
2025-05-09 10:45:32 +00:00
|
|
|
"shallow-equal-object": "^1.1.1",
|
2026-04-12 10:06:32 +00:00
|
|
|
"zod": "^4.3.6"
|
2025-05-09 10:45:32 +00:00
|
|
|
}
|
2025-11-27 19:07:30 +00:00
|
|
|
}
|