-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 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
{
"name": "dmbot",
"version": "1.0.3",
"description": "A discord bot for Dungeon Maker using Discord.js",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markallenramirez/dmbot.git"
},
"keywords": [
"discord.js",
"git"
],
"author": "Mark Allen Ramirez",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/markallenramirez/dmbot/issues"
},
"homepage": "https://github.com/markallenramirez/dmbot#readme",
"dependencies": {
"chance": "^1.1.4",
"discord-akairo": "^8.0.0",
"discord-paginationembed": "^2.0.0-beta.4",
"discord.js": "^12.0.1",
"line-reader": "^0.4.0",
"numeral": "^2.0.6",
"sequelize": "^5.21.1",
"sqlite": "^3.0.3",
"string.prototype.replaceall": "^1.0.3"
},
"engines": {
"node": "12.16.1",
"npm": "6.13.4"
}
}