tardis-bot/package.json

35 lines
910 B
JSON

{
"name": "tardis-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.15.0",
"@google-cloud/text-to-speech": "^3.1.3",
"chatgpt": "^5.1.2",
"discord.js": "^14.8.0",
"dotenv": "^8.2.0",
"fast-levenshtein": "^3.0.0",
"google-tts-api": "^2.0.2",
"is-string-int": "^1.0.1",
"libsodium-wrappers": "^0.7.11",
"microsoft-cognitiveservices-speech-sdk": "^1.16.0",
"node-fetch": "^2.6.1",
"node-google-translate-skidz": "^1.1.2",
"opusscript": "^0.0.8",
"printf": "^0.6.1",
"sam-js": "^0.1.2",
"sha1": "^1.1.1",
"sqlite": "^4.0.21",
"sqlite3": "^5.0.2",
"wavefile": "^11.0.0"
}
}