-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
40 lines (40 loc) · 914 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
{
"name": "discord-tts",
"version": "1.2.2",
"description": "Node.js module to make your discord bot talk",
"keywords": [
"discord",
"bot",
"discord bot",
"text",
"to",
"speech",
"text to speech",
"discord-tts",
"tts"
],
"main": "index.js",
"scripts": {
"lint": "eslint --report-unused-disable-directives .",
"test": "node test/index.js"
},
"author": "https://github.com/mundoex",
"repository": {
"type": "git",
"url": "git+https://github.com/mundoex/discord-tts.git"
},
"license": "MIT",
"dependencies": {
"google-tts-api": "^2.0.2"
},
"devDependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@sapphire/snowflake": "^1.3.6",
"discord-tts": "^1.2.2",
"discord.js": "^13.2.0",
"eslint": "^7.27.0",
"libsodium-wrappers": "^0.7.9"
}
}