-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "bot4christ",
"version": "3.0.0",
"description": "A Christian Discord bot with verse lookup, devotional, and other interactive features.",
"keywords": [
"bible",
"christian",
"jesus"
],
"homepage": "https://github.com/gideontong/Bot4Christ",
"bugs": {
"url": "https://github.com/gideontong/Bot4Christ/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Gideon Tong",
"email": "[email protected]",
"url": "https://gideontong.com"
},
"funding": [
{
"type": "individual",
"url": "https://ko-fi.com/gideontong"
},
{
"type": "patreon",
"url": "https://www.patreon.com/gideontong"
}
],
"scripts": {
"start": "node client.js",
"deploy": "node deployment.js"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"bible-passage-reference-parser": "^2.0.1",
"discord-api-types": "^0.25.2",
"discord.js": "^13.3.1",
"humanize-duration": "^3.27.1",
"log4js": "^6.4.0"
},
"devDependencies": {
"eslint": "^8.4.1"
},
"os": [
"!darwin"
],
"private": true
}