forked from ribbanya/discordsworn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 856 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
{
"name": "discordsworn",
"version": "1.2.1",
"description": "A Discord dice rolling bot that supports Ironsworn and other tabletop RPG systems.",
"bugs": {
"url": "https://github.com/ribbanya/discordsworn/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ribbanya/discordsworn.git"
},
"license": "CC BY-NC-SA 4.0",
"author": {
"name": "Robin Avery",
"email": "[email protected]",
"url": "https://github.com/ribbanya"
},
"main": "discordsworn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dateformat": "^3.0.3",
"discord.io": "^2.5.3",
"discord.js": "^12.3.1",
"eslint": "^5.2.0",
"winston": "^3.2.1"
},
"devDependencies": {}
}