-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 886 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
{
"name": "opcommands",
"version": "1.2.0",
"description": "An advanced Discord.js Command Handler that supports slash commands and more!",
"main": "src/OPCommands.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord.js",
"discord",
"handler",
"command",
"slash"
],
"author": "LukeIsHereToDevelop <[email protected]> (https://lukedev.site)",
"homepage": "https://opcommands.lukedev.site",
"bugs": {
"url": "https://github.com/LukeIsHereToDevelop/opcommands/issues"
},
"repository": "github:LukeIsHereToDevelop/opcommands",
"license": "GPL-3.0-or-later",
"engines": {
"node": "^16.6.0"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.22.0",
"discord.js": "^13.0.1",
"humanize-ms": "^1.2.1",
"ms": "^2.1.3"
}
}