{ "author": "OpenVidu", "bugs": { "url": "https://github.com/OpenVidu/openvidu-call/issues" }, "dependencies": { "btoa": "1.2.1", "cookie-parser": "1.4.6", "cookie-session": "^2.0.0", "dotenv": "16.0.0", "express": "4.18.1", "http-proxy-middleware": "2.0.6", "openvidu-node-client": "2.22.0" }, "description": "OpenVidu Call Server", "devDependencies": { "@types/btoa": "1.2.3", "@types/cookie-parser": "1.4.3", "@types/express": "4.17.13", "@types/jest": "27.4.0", "@types/node": "17.0.10", "cross-env": "7.0.3", "dotenv-webpack": "7.0.3", "jest": "27.4.7", "nodemon": "2.0.15", "supertest": "6.2.2", "ts-loader": "9.2.6", "ts-node": "10.4.0", "typescript": "4.4.4" }, "homepage": "https://github.com/OpenVidu/openvidu-call#readme", "jest": { "coveragePathIgnorePatterns": [ "/node_modules/" ], "testEnvironment": "node" }, "keywords": [ "openvidu", "webrtc", "openvidu-call" ], "license": "Apache-2.0", "main": "app.ts", "name": "openvidu-call-server", "repository": { "type": "git", "url": "git+https://github.com/OpenVidu/openvidu-call.git" }, "scripts": { "build": "tsc", "start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts", "test": "jest" }, "version": "2.22.0" }