الملفات
codepill-sfu/webhook/package.json
2025-01-16 00:18:54 +01:00

20 أسطر
406 B
JSON

{
"name": "mirotalk-webhook",
"version": "1.0.0",
"description": "MiroTalk WebHook endpoint example",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"webhook",
"server"
],
"author": "Miroslav Pejic",
"license": "AGPLv3",
"dependencies": {
"express": "4.21.2",
"body-parser": "1.20.3"
}
}