mirror of
https://github.com/wahyd4/cloudflare-workers.git
synced 2026-08-09 05:06:34 +10:00
22 lines
437 B
JSON
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"
|
|
}
|
|
}
|