Files
speech-utils/test/webhook/package.json
2023-03-05 21:41:54 +07:00

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"
}
}