-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 923 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
{
"name": "managegift",
"version": "4.0.0",
"description": "ManageGift's | By Hadi Koubeissi, using discord-giveaways package and slash commands",
"main": "index.js",
"dependencies": {
"chalk": "^4.1.2",
"discord-giveaways": "^6.0.1",
"discord.js": "^14.5.0",
"easy-table": "^1.2.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.12.0",
"ms": "^2.1.3"
},
"devDependencies": {
"eslint": "^8.28.0",
"nodemon": "^2.0.20"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hadi-Koubeissi/ManageGift.git"
},
"keywords": [
"ManageGift"
],
"author": "Hadi-Koubeissi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hadi-Koubeissi/ManageGift/issues"
},
"homepage": "https://github.com/Hadi-Koubeissi/ManageGift#readme"
}