forked from noriokun4649/Discord-TTS-Voice-channel-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "discord-tts-voice-channel-bot",
"description": "voice channel bot",
"license": "MIT",
"version": "1.0.3",
"main": "voice_bot_node.js",
"scripts": {
"start": "node voice_bot_node.js",
"test": "eslint *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TeamFelnull/Discord-TTS-Voice-channel-Bot.git"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"config": "^3.3.2",
"config-reloadable": "^1.0.8",
"discord.js": "^12.4.0",
"ffmpeg-static": "^4.2.7",
"google-translate-tts": "^0.3.0",
"node-opus": "^0.3.3",
"opusscript": "0.0.7",
"voice-text": "^0.1.2",
"ejs": "^3.1.5",
"express": "^4.15.2"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-plugin-node": "^11.1.0",
"got": "^11.3.0",
"tape": "^4.7.0"
}
}