forked from Titon191/Bubble-empty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (64 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (64 loc) · 1.55 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
59
60
61
62
63
64
65
{
"name": "bubblebot",
"version": "1.0.0",
"description": "Discord.js bot",
"main": "src/index.js",
"scripts": {
"dev:watch": "nodemon src/index.js",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "(github.com/Titon191/bubble.git)"
},
"keywords": [
"discord",
"discord-bot",
"discord-js"
],
"engines": {
"node": "14.x"
},
"author": "Titon",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@tensorflow-models/universal-sentence-encoder": "^1.3.2",
"@tensorflow/tfjs": "^3.0.0",
"ascii-table": "0.0.9",
"avconv": "^3.1.0",
"axios": "^0.19.2",
"better-sqlite3": "^7.1.1",
"btoa": "^1.2.1",
"canvas": "^2.6.1",
"chalk": "^3.0.0",
"cleverbot-free": "^1.0.3",
"dblista-wrapper": "^1.0.6",
"discord-mongodb-economy": "^0.1.9",
"discord-music-player": "^6.3.5",
"discord-oauth2": "^2.6.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"google-tts-api": "0.0.4",
"hastebin-gen": "^2.0.5",
"hastebin.js": "^1.3.2",
"js-yaml": "^3.13.1",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.11.11",
"mysql": "^2.18.1",
"node-cmd": "^3.0.0",
"nodemon": "^2.0.4",
"opusscript": "0.0.7",
"parse-ms": "^2.1.0",
"pg": "^8.5.1",
"quick.db": "^7.1.3",
"quickmongo": "^3.0.0",
"scrape-youtube": "^0.2.0",
"youtube-search": "^1.1.4",
"yt-search": "^2.5.1",
"ytdl-core": "^2.1.7"
}
}