mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-01-25 02:08:26 +00:00
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"name": "webhook_tts",
|
|
"version": "1.0.0",
|
|
"description": "simple webhook tts for test purposes",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app"
|
|
},
|
|
"author": "Dave Horton",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"ws": "^8.12.0"
|
|
}
|
|
}
|