-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "discomush",
"version": "1.0.0",
"description": "This is a reimagining of an old idea to try and find a good way to leverage Discord bots to make a game drawing influence with older MUD/MUSH games and Tabletop PbP, but with the ability to be run entirely in a Discord server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yakuzadave/DiscoMush.git"
},
"keywords": [
"mud",
"mush",
"rpg",
"dnd",
"tabletop",
"discord",
"bot",
"game",
"multiplayer",
"text-game"
],
"author": "Dave Carmocan",
"license": "MIT",
"bugs": {
"url": "https://github.com/yakuzadave/DiscoMush/issues"
},
"homepage": "https://github.com/yakuzadave/DiscoMush#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"d20": "^1.4.1",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"line-by-line": "^0.1.6",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"moment": "^2.24.0"
}
}