UNPKG

easyproctor-hml

Version:
47 lines (46 loc) 1.43 kB
{ "name": "easyproctor-hml", "version": "2.3.2", "description": "Modulo web de gravação do EasyProctor", "main": "./index.js", "module": "./esm/index.js", "unpkg": "./unpkg/easyproctor-hml.min.js", "types": "./index.d.ts", "keywords": [ "proctoring" ], "homepage": "https://vsoft1.visualstudio.com/DefaultCollection/Iaris/_git/easyproctor-proctoring-componentJs", "repository": { "type": "git", "url": "https://vsoft1.visualstudio.com/DefaultCollection/Iaris/_git/easyproctor-proctoring-componentJs" }, "scripts": { "build": "node scripts/build.js && tsc", "dev": "node scripts/serve.js -w", "publish": "npm publish ./dist" }, "author": "IARIS", "license": "ISC", "devDependencies": { "@types/dom-mediacapture-record": "^1.0.11", "@types/file-saver": "^2.0.7", "@types/qrcode": "^1.5.5", "@types/recordrtc": "^5.6.8", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", "esbuild": "^0.25.9", "esbuild-serve": "^1.0.1", "eslint": "^8.2.0", "eslint-plugin-html": "^6.2.0", "typescript": "^4.5.4" }, "dependencies": { "@mediapipe/tasks-audio": "^0.10.9", "@mediapipe/tasks-vision": "^0.10.9", "@microsoft/signalr": "^9.0.6", "axios": "^1.1.3", "file-saver": "^2.0.5", "qrcode": "^1.5.4", "recordrtc": "^5.6.2" } }