UNPKG

bry-biometric-collector

Version:

BRy web-collector component for biometric capture.

82 lines (81 loc) 2.55 kB
{ "name": "bry-biometric-collector", "private": false, "description": "BRy web-collector component for biometric capture.", "version": "3.3.6", "main": "dist/bry-biometric-collector-main.js", "type": "module", "license": "UNLICENSED", "author": { "email": "npm@bry.com.br", "name": "BRy Tecnologia", "url": "https://bry.com.br" }, "keywords": [ "wasm", "bry", "biometric", "collector", "face", "liveness", "web", "component", "finger", "fingerprint", "web", "wsq" ], "scripts": { "start": "VITE_DEV_SERVER=true vite", "build": "NODE_ENV=production vite build", "build-dev": "NODE_ENV=development vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json", "build-and-copy": "NODE_ENV=development vite build; rm ../client/*.js ; mv dist/*.js ../client/", "build-and-copy-iframe": "NODE_ENV=development vite build; mv dist/*.js ../../iframe/bry-collector-iframe/src/public/", "pack": "npm run build && npm pack", "package": "npm run build && npm pack" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^5.0.0", "@sveltejs/vite-plugin-svelte": "^2.4.4", "@tailwindcss/typography": "^0.5.9", "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-backend-wasm": "^4.16.0", "@tsconfig/svelte": "^3.0.0", "@types/events": "^3.0.0", "@types/ua-parser-js": "^0.7.36", "@vitejs/plugin-basic-ssl": "^1.0.2", "@vladmandic/face-api": "^1.7.12", "autoprefixer": "^10.4.14", "axios": "^1.4.0", "daisyui": "^2.52.0", "events": "^3.3.0", "immutable": "^4.3.2", "lottie-colorify": "^0.8.0", "lottie-web": "^5.12.2", "postcss": "^8.4.27", "postcss-load-config": "^4.0.1", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.1", "svelte": "^3.59.2", "svelte-check": "^2.10.3", "svelte-i18n": "^3.7.0", "svelte-legos": "0.2.1", "svelte-preprocess": "^4.10.7", "svelte-previous": "^2.1.3", "sweetalert2": "^11.7.20", "tailwind-scrollbar": "^2.1.0", "tailwindcss": "^3.4.1", "terser": "^5.19.2", "theme-change": "^2.5.0", "tslib": "^2.6.1", "typescript": "^4.9.5", "ua-parser-js": "^1.0.35", "vite": "^4.4.9", "vite-plugin-css-injected-by-js": "^2.4.0", "vite-plugin-static-copy": "^0.17.0", "liveness-lib-dev": "file:idrnd/idlive-face-capture-web-development-2.5.0.tgz", "liveness-lib-prod": "file:idrnd/idlive-face-capture-web-production-2.5.0.tgz" } }