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.

53 lines (52 loc) 1.35 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": "./dist/index.d.ts", "module": "./dist/index.es.js", "main": "./dist/index.umd.js", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" }, "files": [ "dist/" ], "scripts": { "dev": "vite build --watch --debug", "build": "vite build", "preview": "vite preview" }, "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" } }