Files
boc/node_modules/stubs/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

26 lines
518 B
JSON

{
"name": "stubs",
"version": "3.0.0",
"description": "Easy method stubber.",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/stephenplusplus/stubs"
},
"keywords": [
"stubs"
],
"author": "Stephen Sawchuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenplusplus/stubs/issues"
},
"homepage": "https://github.com/stephenplusplus/stubs",
"devDependencies": {
"tess": "^1.0.0"
}
}