forked from Astrydax/SWEotE-Discord-Dice-Roller
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
41 lines (41 loc) · 936 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
41
{
"name": "edge-of-the-empire-dice-roller",
"version": "2.9.0",
"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": {
"axios": "^0.21.1",
"discord.js": "^13.1.0",
"firebase": "^8.10.0",
"firebase-admin": "^9.11.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 [email protected]. A little bit of help from [email protected]",
"license": "ISC"
}