@privateid/small-age-sdk-alpha
Version:
83 lines (82 loc) • 2.22 kB
JSON
{
"name": "@privateid/small-age-sdk-alpha",
"homepage": "https://github.com/prividentity/CryptoNets/tree/devel/wasm_module",
"description": "Age SDK",
"version": "3.3.0",
"keywords": [
"Face recognition",
"face mask",
"recognition",
"privacy",
"mfa",
"biometric recognition",
"biometric authentication",
"identity",
"verify",
"SSO",
"verification",
"call center",
"FHE",
"homomorphic",
"GDPR",
"CCPA",
"tensorflow",
"Cognito",
"AWS",
"payments",
"access control",
"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/privIDFHEAge"
},
"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": {
"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"
}
}