@biopassid/face-sdk
Version:
<h1 align="center"> <br> <a href="http://www.biopassid.com"><img src="https://uploads-ssl.webflow.com/5ec3d6d0293839cf102a656a/63a0d4cec83bbddea006d27a_biopassamarelo.svg" alt="BioPass ID" width="200"></a> <br>
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "@biopassid/face-sdk",
"version": "1.3.37",
"description": "",
"main": "./index.js",
"module": "./esm/index.js",
"unpkg": "./face-sdk.min.js",
"types": "./index.d.ts",
"scripts": {
"build": "node scripts/build.js && tsc",
"dev": "node scripts/serve.mjs -w",
"link": "npm link ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biopass-id/face-sdk.git"
},
"keywords": [
"face",
"capture",
"face capture",
"face recognition",
"face verification",
"face identification",
"face detection",
"face positioning",
"camera",
"sdk",
"photo",
"component",
"javascript",
"react",
"Vue.js",
"biometric",
"biopassid",
"biopass id",
"facial",
"recognition",
"facial recognition"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/biopass-id/face-sdk/issues"
},
"homepage": "https://github.com/biopass-id/face-sdk#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"esbuild": "^0.15.11",
"esbuild-serve": "^1.0.1",
"eslint": "^8.10.0",
"typescript": "^4.6.2"
},
"dependencies": {
"@4backs/render-function": "^0.0.4",
"@biopassid/face-sdk": "^1.3.8",
"crypto-browserify": "^3.12.0",
"face-api.js": "^0.22.2"
}
}