Files
mirotalk/package.json
T
2022-10-20 10:05:41 +02:00

47 lines
1.2 KiB
JSON

{
"name": "mirotalk",
"version": "1.0.1",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
"start": "node app/src/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/miroslavpejic85/mirotalk"
},
"keywords": [
"webrtc",
"socket.io",
"p2p",
"nodejs",
"video"
],
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"colors": "^1.4.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ngrok": "^4.3.3",
"qs": "^6.11.0",
"socket.io": "^4.5.3",
"@sentry/node": "^7.16.0",
"@sentry/integrations": "^7.16.0",
"swagger-ui-express": "^4.5.0",
"uuid": "9.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"node-fetch": "^2.6.6",
"prettier": "2.7.1"
}
}