Files
cloudflare-workers/tts/package.json
T
2023-03-17 11:44:05 +11:00

22 lines
437 B
JSON

{
"name": "tts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"wrangler": "^2.12.3"
},
"dependencies": {
"itty-router": "^3.0.11",
"microsoft-cognitiveservices-speech-sdk": "^1.26.0",
"node-fetch": "^3.3.1",
"telegraf": "^4.12.2"
}
}