20 أسطر
406 B
JSON
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"
|
|
}
|
|
}
|