31 lines
773 B
JSON
31 lines
773 B
JSON
|
|
{
|
|||
|
|
"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",
|
|||
|
|
"test": "node --test test/*.test.mjs",
|
|||
|
|
"test:double-entry": "node --test test/double-entry.test.mjs",
|
|||
|
|
"test:period": "node --test test/period-close.test.mjs",
|
|||
|
|
"test:tenant": "node --test test/tenant-isolation.test.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",
|
|||
|
|
"zod": "^3.25.76"
|
|||
|
|
}
|
|||
|
|
}
|