20 أسطر
405 B
JSON
20 أسطر
405 B
JSON
{
|
|
"name": "mirotalk-webhook",
|
|
"version": "1.0.1",
|
|
"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": "2.2.0"
|
|
}
|
|
}
|