UNPKG

@seontechnologies/seon-id-verification

Version:

An advanced SDK for natural person identification through document scanning, facial recognition, designed for secure and efficient user verification.

50 lines 1.24 kB
{ "name": "@seontechnologies/seon-id-verification", "version": "2.0.0", "author": "SEON Technologies", "license": "SEE LICENSE IN https://seon.io/resources/legal-and-security/legal/#terms-of-service", "description": "An advanced SDK for natural person identification through document scanning, facial recognition, designed for secure and efficient user verification.", "keywords": [ "identification SDK", "document scanning", "facial recognition", "user verification", "KYC", "security", "identity verification", "anti-fraud", "biometric authentication", "personal identification", "authentication SDK", "SEON", "compliance" ], "engines": { "node": ">=20.0.0", "npm": ">=7.0.0" }, "types": "./index.d.ts", "module": "./index.es.js", "main": "./index.umd.js", "exports": { ".": { "types": "./index.d.ts", "import": "./index.es.js", "require": "./index.umd.js" } }, "files": [ "" ], "scripts": {}, "type": "module", "devDependencies": { "@types/node": "^22.15.21", "typescript": "~5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "dependencies": { "eventemitter3": "^5.0.1" } }