-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 926 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 926 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
{
"dependencies": {
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"discord.js": "^14.11.0",
"mongoose": "^7.3.1",
"ms": "^2.1.3"
},
"name": "discordjs-v14-handler",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "commonjs",
"keywords": [],
"author": "FlameFace#0570",
"license": "ISC",
"description": "An Advanced Giveaway Bot to match most of your requirements. This bot contains insane features like multiplies, requirements, custom options and many more. Giveaway system is also compatible to survive Bot crash/restart.",
"repository": {
"type": "git",
"url": "git+https://github.com/Elitex07/GiveawayBot.git"
},
"bugs": {
"url": "https://github.com/Elitex07/GiveawayBot/issues"
},
"homepage": "https://github.com/Elitex07/GiveawayBot#readme"
}