24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"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": {
|
|
"discord.js": "^12.5.3",
|
|
"dotenv": "^8.2.0",
|
|
"google-tts-api": "^2.0.2",
|
|
"microsoft-cognitiveservices-speech-sdk": "^1.16.0",
|
|
"node-fetch": "^2.6.1",
|
|
"opusscript": "^0.0.8",
|
|
"sha1": "^1.1.1",
|
|
"sqlite": "^4.0.21",
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|