Initial commit: aamos-ledger source + CLAUDE.md context

This commit is contained in:
Bernt
2026-06-17 06:34:57 +00:00
commit 19d55c545e
9 changed files with 1410 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "aamos-ledger",
"version": "0.1.0",
"description": "AAMOS Ledger Engine — Ekonomimodulens sanning. Etapp 1 Vertikal stängning.",
"type": "module",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs",
"dev": "node --watch index.mjs"
},
"keywords": ["aamos", "ledger", "finance", "double-entry", "accounting", "wavult"],
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"pg": "^8.11.3",
"redis": "^4.6.13"
}
}