-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "gameme-bot",
"version": "2.4",
"description": "GameME rank bot",
"main": "index.js",
"scripts": {
"build": "node slash.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "github.com/Cyclops789/Gameme-discord-bot"
},
"keywords": [
"slash-command-handler",
"gameme",
"gameservers"
],
"author": "meliooff (template), Cyclops",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.2.0-canary.0",
"chalk": "^4.0.0",
"country-emoji": "^1.5.6",
"countryjs": "^1.8.0",
"discord.js": "^13.5.1",
"dotenv": "^16.0.3",
"fs": "0.0.1-security",
"geoip-country": "^4.1.40",
"moment": "^2.24.0",
"node-fetch": "^2.6.7",
"timestamp-conv": "^3.0.0"
}
}