UNPKG

mereos

Version:

This is an ai-empowered proctoring solution for online assessments.

63 lines (62 loc) 1.62 kB
{ "name": "mereos", "version": "1.1.8", "description": "This is an ai-empowered proctoring solution for online assessments.", "main": "index.js", "scripts": { "test": "jest --silent=false --verbose", "lint": "eslint ./**/*.js", "lint:fix": "eslint --fix ./**/*.js" }, "browserslist": [ ">0.2%", "not dead", "not op_mini all" ], "keywords": [ "mereos", "proctoring", "ai", "online", "assessment" ], "author": "DT Education", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Drone9/mereos.git" }, "dependencies": { "@babel/plugin-transform-optional-chaining": "^7.28.6", "@babel/preset-env": "^7.29.0", "@sentry/browser": "^10.38.0", "@sentry/replay": "^7.116.0", "@tensorflow-models/coco-ssd": "2.2.3", "@tensorflow/tfjs": "4.21.0", "@twilio/rtc-diagnostics": "^1.0.1", "axios": "^1.7.2", "del": "^8.0.0", "detectincognitojs": "^1.6.2", "eslint": "8.56.0", "i18next": "^23.11.5", "interactjs": "^1.10.27", "notyf": "^3.10.0", "peerjs": "^1.5.5", "qrcode": "^1.5.4", "talkjs": "^0.31.0", "twilio-video": "2.28.1", "uuid": "^10.0.0" }, "devDependencies": { "@babel/eslint-parser": "^7.28.6", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.4.8", "esbuild-jest": "^0.4.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-promise": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^30.2.0", "jest-environment-jsdom": "^29.7.0" } }