bae705aa97
- 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
31 lines
673 B
JSON
31 lines
673 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 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"
|
||
}
|
||
}
|