tardis-bot/package.json

30 lines
715 B
JSON
Raw Normal View History

2021-04-05 13:50:51 +00:00
{
"name": "tardis-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/text-to-speech": "^3.1.3",
2021-04-05 13:50:51 +00:00
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"google-tts-api": "^2.0.2",
2021-11-05 01:15:50 +00:00
"is-string-int": "^1.0.1",
"microsoft-cognitiveservices-speech-sdk": "^1.16.0",
2021-04-05 13:50:51 +00:00
"node-fetch": "^2.6.1",
2021-05-15 20:43:09 +00:00
"node-google-translate-skidz": "^1.1.2",
2021-04-05 13:50:51 +00:00
"opusscript": "^0.0.8",
"printf": "^0.6.1",
2021-07-03 15:09:19 +00:00
"sam-js": "^0.1.2",
2021-04-05 15:49:04 +00:00
"sha1": "^1.1.1",
"sqlite": "^4.0.21",
2021-07-03 15:09:19 +00:00
"sqlite3": "^5.0.2",
"wavefile": "^11.0.0"
2021-04-05 13:50:51 +00:00
}
}