mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-16 17:12:03 +00:00
2db8cb4d3a
* feat: auto choose speech synthezier from account/service level * wip: add integration test * fix: review comment * fix: review comment
16 lines
286 B
JSON
16 lines
286 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.17.1",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|