facezk-core
Version:
ZKP-AI Proof of Humanity: Live Selfie Check with Biometric Template Extraction and Fuzzy Hashing
69 lines • 1.56 kB
JSON
{
"name": "facezk-core",
"version": "1.1.0",
"description": "ZKP-AI Proof of Humanity: Live Selfie Check with Biometric Template Extraction and Fuzzy Hashing",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
},
"./react": {
"types": "./dist/react.d.ts",
"import": "./dist/react.esm.js",
"require": "./dist/react.js"
},
"./utils": {
"types": "./dist/utils.d.ts",
"import": "./dist/utils.esm.js",
"require": "./dist/utils.js"
}
},
"files": [
"dist/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"author": "VerifiedOnchain Team <team@facezk.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VerifiedOnchain/facezk-lib.git"
},
"homepage": "https://facezk.com",
"bugs": {
"url": "https://github.com/VerifiedOnchain/facezk-lib/issues"
},
"keywords": [
"ZKP",
"zk-proofs",
"zkp-ai",
"humanity-verification",
"liveness-detection",
"biometric",
"face-analysis",
"selfie-check",
"ai-verification",
"privacy-preserving",
"fuzzy-hashing",
"face-recognition",
"proof-of-humanity",
"zero-knowledge",
"tensorflow",
"tfjs",
"react",
"react-hooks"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}