-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
58
{
"name": "orator",
"version": "5.0.0",
"description": "Orator is a Text to Speech Discord Bot.",
"main": "index.js",
"imports": {
"#root/*": "./*",
"#events/*": "./Events/*",
"#handlers/*": "./Structures/Handlers/*",
"#functions/*": "./Structures/Functions/*",
"#commands/*": "./Commands/*",
"#slashcommands/*": "./SlashCommands/*",
"#database/*": "./Database/*",
"#helper/*": "./Structures/Helpers/*",
"#helpers": "./Structures/index.js",
"#schemas/*": "./Database/Models/*",
"#endpoints/*": "./Endpoints/*"
},
"scripts": {
"dev": "git pull && node shard.js",
"pull": "git pull"
},
"keywords": [],
"author": "ArijitTheDev",
"license": "ISC",
"dependencies": {
"@arijitthedev/utils": "^1.2.1",
"@discord-player/extractor": "latest",
"@discordjs/opus": "latest",
"@top-gg/sdk": "^3.1.5",
"axios": "latest",
"better-sqlite3": "latest",
"colors": "latest",
"common-tags": "latest",
"discord-hybrid-sharding": "latest",
"discord-player": "latest",
"discord.js": "latest",
"dotenv": "latest",
"eslint": "latest",
"express": "latest",
"fakeyou.js": "^1.1.1",
"ffmpeg-static": "latest",
"figlet": "^1.6.0",
"glob": "latest",
"google-tts-api": "latest",
"gradient-string": "^2.0.2",
"gtts": "latest",
"moment": "latest",
"ms": "latest",
"pagination.djs": "latest",
"pro.db": "latest",
"sourcebin_js": "latest",
"topgg-autoposter": "^2.0.1",
"translate-google": "latest",
"voucher-code-generator": "latest",
"ytdl-core": "latest"
}
}