Uecko_ERP/packages.bak/rdx-ddd-domain/package.json
2025-05-04 22:06:57 +02:00

39 lines
875 B
JSON

{
"name": "@rdx/ddd-domain",
"version": "0.0.0",
"private": true,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"jest": {
"preset": "@repo/jest-presets/node"
},
"devDependencies": {
"@rdx/utils": "workspace:*",
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/dinero.js": "^1.9.4",
"jest": "^29.7.0",
"typescript": "^5.8.3"
},
"dependencies": {
"dinero.js": "^1.9.1",
"libphonenumber-js": "^1.12.7",
"shallow-equal-object": "^1.1.1",
"uuid": "^11.1.0",
"zod": "^3.24.3"
}
}