-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.36 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "djs-easy",
"version": "2.1.0-pre",
"description": "djs-easy is a javascript package for discord with the a lot stuff you need to make your bot programming easy",
"main": "src/index.js",
"scripts": {
"test": "eslint .",
"fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nightmaregodss/djs-easy.git"
},
"keywords": [
"minigames",
"easy",
"tickets",
"modmail",
"snake",
"rps",
"minigames system",
"discord minigames",
"discord-minigames",
"moderation",
"easy",
"discord js",
"modmail easy",
"ticket system",
"modmail system",
"discord.js",
"discord",
"command handler",
"easy commanding",
"discord command handler",
"npm",
"easy prefix setup",
"easy discord cmd handler with prefix",
"command",
"handler",
"v13"
],
"author": "NIGHTMAREGODS",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nightmaregodss/djs-easy/issues"
},
"homepage": "https://github.com/Nightmaregodss/djs-easy#readme",
"dependencies": {
"discord.js": "^13.0.1",
"enmap": "^5.8.7",
"mongoose": "^6.0.4",
"ms-prettify": "^1.2.1",
"typescript": "^4.5.4"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"@types/node": "^16.10.3"
}
}