39 lines
991 B
JSON
Executable File
39 lines
991 B
JSON
Executable File
{
|
|
"name": "call-me",
|
|
"version": "1.2.81",
|
|
"description": "Your Go-To for Instant Video Calls",
|
|
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
|
"license": "AGPLv3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/miroslavpejic85/call-me.git"
|
|
},
|
|
"keywords": [
|
|
"docker",
|
|
"webrtc",
|
|
"decentralized"
|
|
],
|
|
"scripts": {
|
|
"start": "node app/server.js",
|
|
"dev": "nodemon app/server.js",
|
|
"lint": "npx prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@ngrok/ngrok": "1.7.0",
|
|
"axios": "^1.13.2",
|
|
"colors": "^1.4.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.2.1",
|
|
"helmet": "^8.1.0",
|
|
"httpolyglot": "0.1.2",
|
|
"js-yaml": "4.1.1",
|
|
"socket.io": "^4.8.3",
|
|
"swagger-ui-express": "5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.11",
|
|
"prettier": "3.8.0"
|
|
}
|
|
}
|