30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"name": "mirotalk",
|
|
"version": "1.0.0",
|
|
"description": "A free WebRTC browser-based video call",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/miroslavpejic85/mirotalk"
|
|
},
|
|
"author": "Miroslav Pejic",
|
|
"license": "AGPL-3.0",
|
|
"homepage": "https://github.com/miroslavpejic85/mirotalk",
|
|
"dependencies": {
|
|
"compression": "^1.7.4",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"ngrok": "^4.0.1",
|
|
"socket.io": "^4.1.2",
|
|
"swagger-ui-express": "^4.1.6",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|