forked from MysteryPancake/Discord-TTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 917 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "Discord-TTS",
"version": "1.0.0",
"description": "Text to speech Discord bot using FakeYou.",
"main": "./ttsbot.js",
"engines": {
"node": ">=16.9.0",
"npm": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./ttsbot.js"
},
"keywords": [
"discord",
"discord-bot",
"discord-js",
"discord-api",
"discordjs",
"discordjs-bot",
"javascript",
"discordjsbot",
"discordapp",
"discordbot",
"nodejs-bot",
"nodejs",
"node-js",
"bot",
"tts",
"text-to-speech",
"fakeyou",
"wavenet",
"tacotron"
],
"author": "MysteryPancake",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.27.3",
"discord.js": "^13.6.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^2.6.7"
}
}