mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
* feat: webhook test app support ws * feat: webhook test app support ws * feat: webhook test app support ws * feat: webhook test app support ws Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
16 lines
284 B
JSON
16 lines
284 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"
|
|
}
|
|
}
|