-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.42 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
46
47
48
49
50
51
{
"name": "djs-command-handler",
"version": "1.2.1",
"description": "A Discord.js Command Class Handler example using Slash Commands and Context Menus.",
"main": "bot.js",
"scripts": {
"lint": "eslint --ext .js,.ts . ./ --fix",
"start": "node bot",
"deploy": "node deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NTMNathan/djs-command-handler.git"
},
"keywords": [
"discord-bot",
"discord-js",
"context-menus",
"discord-slash-commands",
"discord-context-menus",
"slash-commands",
"bot",
"discord",
"javascript",
"nodejs"
],
"author": "Nate#1409",
"license": "MIT",
"bugs": {
"url": "https://github.com/NTMNathan/djs-command-handler/issues"
},
"homepage": "https://github.com/NTMNathan/djs-command-handler#readme",
"dependencies": {
"@discordjs/rest": "^1.1.0",
"common-tags": "^1.8.2",
"csgo.js": "^1.1.0",
"discord.js": "^14.3.0",
"dotenv": "^16.0.1",
"g-i-s": "^2.1.6",
"gd-browser-api": "^1.0.1",
"hypixel-api": "^1.2.0",
"minecraft_head": "^1.3.0",
"moment": "^2.29.4",
"r6s-stats-api": "^1.3.0"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1"
}
}