feat(WHE-20): implement deterministic monthly settlement engine

This commit is contained in:
2026-03-05 04:04:07 +04:00
parent 64c7d41ba9
commit 40c2313f1f
8 changed files with 453 additions and 2 deletions

View File

@@ -2,10 +2,16 @@
"name": "@household/application",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target bun",
"typecheck": "tsgo --project tsconfig.json --noEmit",
"test": "bun test --pass-with-no-tests",
"lint": "oxlint \"src\""
},
"dependencies": {
"@household/domain": "workspace:*"
}
}