forked from miroslavpejic85/mirotalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "mirotalk",
"version": "1.0.0",
"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"
},
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ngrok": "^4.2.2",
"socket.io": "^4.4.0",
"swagger-ui-express": "^4.1.6",
"uuid": "8.3.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"node-fetch": "^3.1.0",
"prettier": "2.5.0"
}
}