-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 838 Bytes
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
{
"name": "dekubot",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "12.x"
},
"author": "Joshua_M",
"license": "ISC",
"dependencies": {
"canvas": "^2.6.1",
"dblapi.js": "^2.4.0",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"moment": "^2.27.0",
"mongodb": "^3.5.9",
"mongoose": "^5.9.24",
"node-fetch": "^2.6.0",
"novelcovid": "^2.2.0",
"pokedex-promise-v2": "^3.2.0",
"quick.db": "^7.1.1",
"random-puppy": "^1.1.0",
"sloc": "^0.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Joshua-M07/Deku-Bot"
},
"keywords": [
"Deku",
"Bot",
"Discord Bot",
"Anime",
"Meme"
]
}