mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
* first draft * first draft * listen should connect to port 3000 on webhook scaffold * revamp webhook scaffold for listen ws support * fix: finished listen test * fix: add playbeep test listen * fix: add playbeep test listen * fixed: listen on 10% loss * feat: add test case for listen pause resume and complete the call Co-authored-by: Quan HL <quanluuhoang8@gmail.com> Co-authored-by: Dave Horton <daveh@beachdognet.com>
16 lines
285 B
JSON
16 lines
285 B
JSON
{
|
|
"name": "webhook",
|
|
"version": "1.0.0",
|
|
"description": "simple webhook app for test purposes",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app"
|
|
},
|
|
"author": "Dave Horton",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"ws": "^8.12.0"
|
|
}
|
|
}
|