forked from ronaldburns/guidebot-class
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 KB
/
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": "guidebot",
"version": "5.0.0",
"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",
"prepublish": "node util/setup.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": {
"better-sqlite-pool": "github:eslachance/better-sqlite-pool",
"chalk": "^2.4.1",
"discord.js": "^11.4.2",
"enmap": "^4.3.2",
"klaw": "^2.1.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"readline-sync": "^1.4.9"
}
}