UNPKG

biometry-angular-components

Version:

Angular UI component library for capturing biometric data

39 lines 907 B
{ "name": "biometry-angular-components", "version": "1.0.0", "description": "Angular UI component library for capturing biometric data", "main": "dist/fesm2022/biometry-angular-components.mjs", "module": "dist/esm2022/biometry-angular-components.mjs", "types": "dist/index.d.ts", "peerDependencies": { "@angular/common": "^18.2.0", "@angular/core": "^18.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "ng build biometry-angular-components", "prepublishOnly": "npm run build" }, "keywords": [ "angular", "biometrics", "face-capture", "document-scan", "voice-recorder", "video-recorder", "camera", "authentication", "identity-verification", "liveness-detection" ], "author": "Biometry Team", "license": "MIT" }