This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.92 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
70
71
72
{
"name": "ComfyBot",
"version": "2.1.0",
"description": "a simple discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:dev": "nodemon index.js",
"lint": "eslint ./*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/James-Hackett/DiscordBot.git"
},
"author": "jhackett",
"license": "MIT",
"bugs": {
"url": "https://github.com/James-Hackett/DiscordBot/issues"
},
"homepage": "https://github.com/James-Hackett/DiscordBot#readme",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"@influxdata/influxdb-client": "^1.10.0",
"@sentry/node": "^6.14.1",
"@sentry/tracing": "^6.14.1",
"@sindresorhus/slugify": "^1.1.0",
"amethyste-api": "^1.1.5",
"async-eval": "^0.1.5",
"btoa": "^1.2.1",
"canvas": "^2.7.0",
"chalk": "^4.1.0",
"colors-generator": "^0.3.4",
"common-tags": "^1.8.0",
"discord-giveaways": "^4.4.3",
"discord-player": "^3.4.0",
"discord.js": "^12.5.3",
"discord.js-collector": "^1.8.9",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express-session": "^1.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-binaries": "^3.2.2-3",
"ffmpeg-static": "^4.4.1",
"figlet": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"imageapi.js": "^1.6.1",
"influx": "^5.7.0",
"mathjs": "^9.3.0",
"md5": "^2.3.0",
"moment": "^2.29.2",
"moment-timezone": "^0.5.35",
"mongoose": "^5.13.15",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"nodemailer": "^6.4.17",
"nodemailer-smtp-transport": "^2.7.4",
"pm2": "^5.1.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"slot-machine": "^2.1.0",
"storage-to-json": "^1.0.34",
"superscript-text": "^1.0.0",
"ws": "^7.4.6",
"xmlhttprequest": "^1.8.0",
"ytdl-core": "^4.5.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"nodemon": "2.0.20"
}
}