facezkp
Version:
Face analysis library with liveness detection, biometric template extraction, and fuzzy hashing for privacy-preserving identity verification.
43 lines • 1.1 kB
JSON
{
"name": "facezkp",
"version": "1.0.0",
"description": "Face analysis library with liveness detection, biometric template extraction, and fuzzy hashing for privacy-preserving identity verification.",
"main": "facezk.node.js",
"module": "facezk.esm.js",
"browser": "facezk.esm.js",
"types": "types/facezk.d.ts",
"exports": {
"node": "./facezk.node.js",
"script": "./facezk.js",
"module": "./facezk.esm.js",
"types": "./types/facezk.d.ts",
"require": "./facezk.node.js",
"import": "./facezk.esm.js"
},
"keywords": [
"zk-proof",
"humanity-verification",
"liveness-detection",
"biometric",
"face-analysis",
"selfie-check",
"ai-verification",
"privacy-preserving",
"fuzzy-hashing",
"face-recognition",
"proof-of-humanity",
"zero-knowledge",
"tensorflow",
"tfjs"
],
"author": "VerifiedOnchain Team <team@facezk.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/facezk/facezk-lib.git"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}