-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
33 lines (33 loc) · 959 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
{
"name": "guidebot",
"version": "3.4.6",
"description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/An-Idiots-Guide/guidebot-class.git"
},
"author": "Evelyne Lachance <[email protected]> (http://evie.codes)",
"contributors": [
"York (http://anidiots.guide)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/An-Idiots-Guide/guidebot-class/issues"
},
"homepage": "https://github.com/An-Idiots-Guide/guidebot-class#readme",
"dependencies": {
"discord.js": "^11.2.1",
"enmap": "^0.4.1",
"enmap-level": "^1.0.0",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0"
}
}