forked from vigneshd332/proximity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.69 KB
/
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
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
66
67
68
69
{
"name": "proximity",
"version": "1.1.0",
"description": "a simple discord bot using nodejs",
"main": "bot.js",
"engines": {
"node": "12.18.0"
},
"scripts": {
"test": "npm start",
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigneshd332/proximity.git"
},
"keywords": [
"Bot",
"JavaScript",
"DiscordAPI",
"DiscordJS",
"Music Bot",
"Discord",
"Discord Music Bot",
"Hephaestus Bot",
"Moderation",
"Discord Moderation Bot",
"DiscordJS Documentation"
],
"author": "Vignesh D",
"license": "ISC",
"bugs": {
"url": "https://github.com/vigneshd332/proximity/issues"
},
"homepage": "https://github.com/vigneshd332/proximity#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.3",
"discord": "^0.8.2",
"discord-player": "^1.4.1",
"discord-youtube-api": "^0.1.0",
"discord.js": "^12.2.0",
"discord.js-commando": "^0.10.0",
"discord.js-musicbot-addon": "^13.9.1",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.1.0",
"download-file": "^0.1.5",
"fs": "0.0.1-security",
"genius-api": "^0.4.1",
"get-youtube-playlist-id": "0.0.1",
"google-tts-api": "0.0.4",
"googleapis": "^52.0.0",
"heroku-logger": "^0.3.3",
"js": "^0.1.0",
"lodash": "^4.17.21",
"node-fetch": "^3.1.1",
"node-opus": "^0.3.3",
"node-pre-gyp": "^0.14.0",
"puppeteer": "^3.3.0",
"request": "^2.88.0",
"sequelize": "^5.21.11",
"sqlite3": "^4.2.0",
"superagent": "^5.2.2",
"watson-developer-cloud": "^3.8.0",
"youtube-search": "^1.1.4",
"ytdl-core-discord": "^1.2.0"
}
}