2022-03-09 16:19:36 +01:00

56 lines
1.5 KiB
JSON

{
"author": "OpenVidu",
"bugs": {
"url": "https://github.com/OpenVidu/openvidu-call/issues"
},
"dependencies": {
"btoa": "1.2.1",
"dotenv": "16.0.0",
"express": "4.17.3",
"openvidu-node-client": "2.21.0"
},
"description": "OpenVidu Call Server",
"devDependencies": {
"@types/btoa": "1.2.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",
"webpack": "5.66.0",
"webpack-cli": "4.9.1",
"webpack-node-externals": "3.0.0"
},
"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": "webpack",
"start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts",
"test": "jest"
},
"version": "2.20.0"
}