الملفات
codepill-sfu/webhook/package.json
2025-04-05 11:04:29 +02:00

20 أسطر
404 B
JSON

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