UNPKG

video-auth-js-sdk

Version:

A SDK to authenticate users with camera through a realtime stream

74 lines (73 loc) 2.34 kB
{ "name": "video-auth-js-sdk", "version": "1.0.5", "description": "A SDK to authenticate users with camera through a realtime stream", "main": "./dist/node/index.js", "scripts": { "test": "mocha --reporter spec --exit", "publish:snapshot": "npm run version:snapshot && npm run build && npm run commitVersionChanges && npm publish --tag snapshot", "version:snapshot": "npm version prerelease --preid snapshot", "publish:release": "npm run version:release && npm run build && npm run commitVersionChanges && npm publish", "version:release": "npm version 1.0.5", "build:browser": "browserify -t [ babelify ] src/index.js > dist/videoStreamAuthenticatorBundle.js", "build:npm": "babel src -d dist/node --copy-files", "commitVersionChanges": "git add . && git commit -m \"Version\" && npm run wait", "wait": "node -e \"setTimeout(() => process.exit(0), 500)\"", "build": "node _buildInfo.js && npm run wait && npm run build:browser && npm run build:npm", "watch": "npm-watch build" }, "watch": { "build": { "patterns": [ "src" ], "extensions": "js,html", "quiet": false } }, "repository": { "type": "git", "url": "git+http://pubgi.fanapsoft.ir/communication/javascript/video-auth-js-sdk.git" }, "keywords": [ "POD", "Chat", "Fanap", "Dirana" ], "engines": { "node": ">=14.0.0" }, "author": "Farhan Naysee <farhan.naysee@gmail.com>", "license": "MIT", "bugs": { "url": "http://pubgi.fanapsoft.ir/communication/javascript/video-auth-js-sdk.git/issues" }, "homepage": "http://pubgi.fanapsoft.ir/communication/javascript/video-auth-js-sdk.git#readme", "dependencies": { "@vladmandic/face-api": "^1.7.13", "crypto-js": "^4.0.0", "node-rsa": "^1.1.1", "podasync-ws-only": "2.9.0-snapshot.34" }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.9", "@babel/plugin-transform-runtime": "^7.17.10", "@babel/preset-env": "^7.16.11", "babelify": "^10.0.0", "mocha": "^8.1.1", "npm-watch": "^0.11.0", "watchify": "^4.0.0" }, "directories": { "example": "examples" }, "browserify": { "transform": [ [ "babelify" ] ] } }