-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 851 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
{
"name": "Kanna-Bot",
"version": "1.0.4",
"description": "A Multi purpose discord bot",
"main": "index.js",
"engines": {
"node": "8.x",
"npm": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KannaDev/Kanna-Bot.git"
},
"keywords": [
"discord.js"
],
"author": "Anirudh Emmadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/KannaDev/Kanna-Bot/issues"
},
"homepage": "hhttps://github.com/kanna6501/Kanna-Bot#readme",
"dependencies": {
"coinmarketcap-api": "^2.3.2",
"dblapi.js": "^2.2.0",
"discord.js": "^11.3.2",
"fortnite": "^4.1.1",
"fs": "0.0.1-security",
"ms": "^2.1.1",
"request": "^2.87.0",
"superagent": "^3.8.3"
}
}