-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "sakurabot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrianBeilby/SakuraBot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrianBeilby/SakuraBot/issues"
},
"homepage": "https://github.com/BrianBeilby/SakuraBot#readme",
"dependencies": {
"@discord-player/extractor": "^4.4.2",
"@discordjs/voice": "^0.16.0",
"@iamtraction/google-translate": "^2.0.1",
"ascii-animation": "^1.0.4",
"canvacord": "^5.4.10",
"discord-player": "^6.6.3",
"discord-youtube-api": "^0.1.0",
"discord.js": "^14.11.0",
"dotenv": "^16.3.0",
"fast-levenshtein": "^3.0.0",
"insult": "^0.0.3",
"langdetect": "^0.2.1",
"libsodium-wrappers": "^0.7.11",
"mediaplex": "^0.0.7",
"mongoose": "^7.3.1",
"ms": "^2.1.3",
"node-gtts": "^2.0.2",
"openai": "^3.3.0",
"pretty-ms": "^8.0.0",
"replicate": "^0.12.3",
"twelvedata": "^3.0.1",
"unofficial-jisho-api": "^2.3.2",
"youtube-ext": "^1.1.12"
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint-config-google": "^0.14.0"
}
}