@seontechnologies/seon-id-verification
Version:
An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.
90 lines • 2.79 kB
JSON
{
"name": "@seontechnologies/seon-id-verification",
"version": "1.3.0",
"author": "SEON Technologies",
"license": "SEE LICENSE IN https://seon.io/resources/legal-and-security/legal/#terms-of-service",
"description": "An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.",
"keywords": [
"identification SDK",
"document scanning",
"facial recognition",
"hand gesture recognition",
"face detection",
"user verification",
"KYC",
"security",
"web components",
"identity verification",
"anti-fraud",
"biometric authentication",
"personal identification",
"authentication SDK",
"SEON",
"compliance"
],
"engines": {
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"main": "./index.umd.js",
"module": "./index.es.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.es.js",
"require": "./index.umd.js",
"types": "./index.d.ts"
},
"./styles": {
"import": "./style.css",
"require": "./style.css"
}
},
"files": [
""
],
"dependencies": {
"@mediapipe/tasks-vision": "0.10.14",
"@microblink/blinkid-in-browser-sdk": "^6.13.0",
"@microblink/capture": "^1.2.1",
"@r2wc/react-to-web-component": "2.0.3",
"@tanstack/react-query": "^5.69.0",
"@webcomponents/custom-elements": "^1.6.0",
"construct-style-sheets-polyfill": "^3.1.0",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-qr-code": "^2.0.15",
"sass": "^1.72.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^9.0.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.66",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.1",
"tslint-config-prettier": "latest",
"typescript": "4.9.5",
"vite": "^5.2.2",
"vite-plugin-svgr": "^4.2.0"
},
"scripts": {
"dev": "tsc && vite build --watch --debug -- --logs --sourceMaps --devMode",
"build:dev": "tsc && vite build -- --sourceMaps --devMode",
"build:prod": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
}
}