UNPKG

biometry-react-components

Version:

React UI component library for capturing high-quality biometric data (voice, face, documents, video) to facilitate integration with Biometry services

66 lines (65 loc) 1.9 kB
{ "name": "biometry-react-components", "version": "1.2.1", "type": "module", "description": "React UI component library for capturing high-quality biometric data (voice, face, documents, video) to facilitate integration with Biometry services", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "build:types": "rollup -c rollup.config.dts.js", "build:clean": "rm -rf dist && npm run build && npm run build:types", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build:clean" }, "keywords": [ "react", "biometrics", "face-capture", "document-scan", "voice-recorder", "video-recorder", "camera", "authentication", "identity-verification", "liveness-detection" ], "author": "Biometry Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-username/biometry-react-components.git" }, "bugs": { "url": "https://github.com/your-username/biometry-react-components/issues" }, "homepage": "https://github.com/your-username/biometry-react-components#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/recordrtc": "^5.6.14", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup": "^4.45.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "fix-webm-duration": "^1.0.6", "react-router-dom": "^7.7.0", "recordrtc": "^5.6.2", "tslib": "^2.8.1" } }