-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 853 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
{
"name": "discordbot",
"version": "1.0.0",
"description": "A discord bot for our Dota 2 discord server",
"main": "bot.js",
"scripts": {
"test": "mocha",
"start": "node bot.js"
},
"engines": {
"node": "8.x",
"npm": "*"
},
"author": "Aditya Kolla",
"contributors": [
"Rohan Ankarigari"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Aditya-Kolla/Dota2Bot_discord.git"
},
"bugs": {
"url": "https://github.com/Aditya-Kolla/Dota2Bot_discord/issues"
},
"homepage": "https://github.com/Aditya-Kolla/Dota2Bot_discord#readme.md",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"discord.js": "^11.4.2",
"dotenv": "^6.1.0",
"mongoose": "^5.6.11",
"nedb": "^1.8.0",
"node-fetch": "^2.2.0"
},
"devDependencies": {
"mocha": "^6.2.0"
}
}