forked from AnIdiotsGuide/guidebot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 998 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": "bdo-questbot",
"version": "1.0.5",
"description": "A discord bot for Black Desert Online, to manage guild missions in your server.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheWyn/bdo-questbot.git"
},
"author": "Leyren <leyren.dev@gmail.com>",
"contributors": [
"York (http://anidiots.guide)",
"Evelyne Lachance (http://evie.codes)",
"Wyn#0004 (https://github.com/TheWyn)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TheWyn/bdo-questbot/issues"
},
"homepage": "https://github.com/TheWyn/bdo-questbot#readme",
"dependencies": {
"chalk": "^4.1.1",
"dedent-js": "^1.0.1",
"discord.js": "^12.5.3",
"enmap": "^5.8.5",
"inquirer": "^8.1.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"@yetzt/nedb": "^1.8.0"
}
}