forked from Recodive/Discord-Module-Loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 677 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 677 Bytes
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
{
"name": "discord-module-loader",
"description": "A package that lets you load events and commands easily and fast.",
"version": "1.3.1",
"main": "lib/index.js",
"repository": "https://github.com/Recodive/Discord-Module-Loader",
"author": "Timeraa <[email protected]>",
"license": "MPL-2.0",
"files": [
"lib"
],
"types": "lib/index.d.ts",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^17.0.10",
"typescript": "^4.5.5"
},
"dependencies": {
"debug": "^4.3.3",
"discord.js": "^13.6.0",
"source-map-support": "^0.5.21"
},
"keywords": [
"discord",
"discordjs",
"module",
"loader",
"commands",
"slash",
"slashcommands"
]
}