Files
boc/aamos-ledger/package.json
T
Bernt bae705aa97 ARCHITECTURE: NFC roadmap, edge AI, audit logging
- Add NFC ePassport roadmap (ICAO 9303, eIDAS)
- Add TensorFlow.js edge face detection (BlazeFace)
- Add structured audit logger (GDPR-compliant)
- Risk scoring support

Part of KYC Apple Native UX v1.1.0
2026-06-29 16:24:48 +00:00

31 lines
673 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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 tests/**/*.test.mjs"
},
"keywords": [
"aamos",
"ledger",
"finance",
"double-entry",
"accounting",
"wavult"
],
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^8.5.2",
"helmet": "^8.2.0",
"joi": "^18.2.3",
"jsonwebtoken": "^9.0.3",
"pg": "^8.11.3",
"redis": "^4.6.13"
}
}