2024-05-07 18:01:49 +02:00

28 lines
664 B
JSON

{
"name": "openvidu-recording-node",
"version": "2.27.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "ng test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenVidu/openvidu-tutorials.git"
},
"author": "openvidu@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenVidu/openvidu-tutorials/issues"
},
"homepage": "https://github.com/OpenVidu/openvidu-tutorials#readme",
"dependencies": {
"body-parser": "1.20.0",
"cors": "2.8.5",
"dotenv": "16.0.1",
"express": "4.18.1",
"livekit-server-sdk": "1.2.2"
}
}