forked from SkyJedi/FFGNDS-Discord-Dice-Roller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 912 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
38
39
40
{
"name": "edge-of-the-empire-dice-roller",
"version": "2.8.2",
"description": "Discord dice roller for EotE, AoR, FnD, Genesys, and L5R role playing games.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SkyJedi/SWEotE-Discord-Dice-Roller"
},
"dependencies": {
"discord.js": "^12.2.0",
"firebase": "^7.15.1",
"firebase-admin": "^8.12.1",
"lodash": "^4.17.11",
"nodemon": "^2.0.4"
},
"scripts": {
"start": "node start.js",
"debug": "nodemon start.js"
},
"nodemonConfig": {
"ignore": [
"Emoji/*",
"node_modules/*"
]
},
"keywords": [
"eote",
"dice",
"roller",
"discord",
"bot",
"aor",
"fnd",
"genesys",
"l5r"
],
"author": "Astrydax, for custom bots please email me at Astrydax@gmail.com. A little bit of help from skyjedi@gmail.com",
"license": "ISC"
}