{ "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" } }