-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
46
47
48
{
"name": "hi-im-dad-bot",
"version": "1.5.0",
"description": "Discord bot to say \"hi im dad\"",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"reg": "node src/deploy-commands.js",
"clear": "node src/clear-commands.js",
"fullreg": "npm run clear && npm run reg",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiskIsBest/HiImDadBot.git"
},
"keywords": [
"dad",
"bot",
"discord",
"javascript"
],
"author": "Darien Moore",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LiskIsBest/HiImDadBot/issues"
},
"homepage": "https://github.com/LiskIsBest/HiImDadBot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.14.0",
"@google-cloud/speech": "^5.3.1",
"discord-speech-recognition": "^3.2.0",
"discord-tts": "^1.2.2",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"mysql2": "^3.1.2",
"opusscript": "^0.0.8"
},
"devDependencies": {
"eslint": "^8.34.0",
"nodemon": "^2.0.20"
}
}