29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"name": "@repo/rdx-ddd",
|
|
"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/dinero.js": "1.9.1",
|
|
"@types/node": "^25.6.0",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@repo/rdx-utils": "workspace:*",
|
|
"dinero.js": "1.9.1",
|
|
"libphonenumber-js": "^1.12.41",
|
|
"shallow-equal-object": "^1.1.1",
|
|
"zod": "^4.3.6"
|
|
}
|
|
} |