-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 866 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
35
36
37
38
39
{
"name": "leauge-bot",
"version": "1.0.0",
"author": "B3none",
"contributors": [
{
"name": "B3none",
"github": "https://github.com/b3none"
},
{
"name": "OlleThunburg",
"github": "https://github.com/ThunbergOlle"
}
],
"description": "League discord bot",
"private": true,
"main": "src/index.js",
"scripts": {
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csgo-league/csgo-league-bot.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/csgo-league/csgo-league-bot/issues"
},
"homepage": "https://github.com/csgo-league/csgo-league-bot#readme",
"dependencies": {
"axios": "^0.18.1",
"discord.js": "^11.5.1",
"node-file-cache": "^1.0.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-nodemon": "^2.2.1"
}
}