UNPKG

@privateid/cryptonets-web-sdk-alpha

Version:
93 lines (92 loc) 2.42 kB
{ "name": "@privateid/cryptonets-web-sdk-alpha", "homepage": "https://github.com/prividentity/CryptoNets/tree/devel/wasm_module", "description": "CryptoNets WebAssembly SDK", "version": "4.4.21-alpha", "keywords": [ "Face recognition", "voice recognition", "finger", "fingerprint recognition", "face mask", "recognition", "privacy", "mfa", "biometric recognition", "biometric authentication", "identity", "verify", "SSO", "password", "passwordless", "verification", "call center", "FHE", "homomorphic", "GDPR", "CCPA", "tensorflow", "continuous authentication", "phone unlock", "Web sign-in", "Cognito", "AWS", "payments", "access control", "account recovery", "CAPTCHA", "ticketless", "passport" ], "author": "Private Identity LLC", "license": "See AWS EULA Template (2020.11.20)(Private ID) at this link: https://github.com/openinfer/PrivateIdentity/blob/e19cb4870048f14e04a6be99d3cab78f4d8c6360/images/AWS%20EULA%20Template%20(2020.11.20)%20(Private%20Identity).pdf", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/openinfer/privIDFHEModules.git" }, "types": "./dist/index.d.ts", "files": [ "dist", "wasm", "workers" ], "scripts": { "build": "tsc", "test": "jest", "lint": "eslint \"src/*.ts\"", "lint:fix": "eslint \"src/*.ts\" --fix", "format": "prettier --write \"src/**/*.ts\"" }, "devDependencies": { "@types/dom-mediacapture-record": "^1.0.14", "@types/jest": "^29.2.4", "@types/node": "^18.11.15", "@types/ua-parser-js": "^0.7.36", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "eslint": "^8.29.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "jest": "^29.3.1", "prettier": "^2.8.1", "ts-jest": "^29.0.3", "typedoc": "^0.23.22", "typescript": "^4.9.4" }, "dependencies": { "@simplewebauthn/browser": "^8.3.1", "comlink": "^4.3.1", "detect-browser": "^5.3.0", "docdash": "^2.0.0", "ua-parser-js": "^1.0.34", "wasm-feature-detect": "^1.3.0" }, "bugs": { "url": "https://github.com/openinfer/privIDFHEModules/issues" }, "directories": { "doc": "doc" } }