-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 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
{
"name": "reimhard",
"version": "1.0.0",
"description": "discord rap battle bot",
"main": "index.js",
"scripts": {
"start": "node .index.js",
"devStart": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philparzer/reimhard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/philparzer/reimhard/issues"
},
"homepage": "https://github.com/philparzer/reimhard#readme",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.6.0",
"audioconcat": "^0.1.4",
"discord-tts": "^1.2.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.0",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.9",
"node": "16.6.1",
"node-google-tts-api": "^1.1.1",
"nodemon": "^2.0.12"
}
}