Uecko_ERP/packages.bak/rdx-ddd-domain/package.json

34 lines
761 B
JSON
Raw Normal View History

2025-05-02 21:43:51 +00:00
{
"name": "@rdx/ddd-domain",
"version": "0.0.0",
"private": true,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
2025-05-09 10:45:32 +00:00
"files": ["dist/**"],
2025-05-02 21:43:51 +00:00
"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": {
"@repo/typescript-config": "workspace:*",
2025-05-09 10:45:32 +00:00
"@rdx/utils": "workspace:*",
2025-05-02 21:43:51 +00:00
"@types/dinero.js": "^1.9.4",
2025-05-04 20:06:57 +00:00
"typescript": "^5.8.3"
2025-05-02 21:43:51 +00:00
},
"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"
}
}