Initial commit: aamos-ledger source + CLAUDE.md context
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user