-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "discord-bot",
"version": "2.3.7",
"description": "A Discord bot dedicated to serving the best CS:GO/Valorant/Overwatch/SC2 Squadron TD/Killing Floor 2/Among Us players in the universe.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mynameisivan/discord-bot.git"
},
"contributors": [
"TNY Group"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mynameisivan/discord-bot/issues"
},
"homepage": "https://github.com/mynameisivan/discord-bot",
"dependencies": {
"bent": "^7.3.12",
"better-sqlite3": "^7.1.4",
"bottleneck": "^2.19.5",
"bufferutil": "^4.0.3",
"chalk": "^4.1.0",
"discord.js": "^12.5.3",
"enmap": "^5.8.4",
"erlpack": "^0.1.3",
"finnhub": "^1.2.1",
"giphy-api": "^2.0.1",
"inquirer": "^8.0.0",
"libsodium-wrappers": "^0.7.9",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-schedule": "^2.0.0",
"underscore": "^1.13.0",
"uuid": "^8.3.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^7.24.0"
}
}