forked from sandarutharuneth/ivongiveaways
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 978 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
38
39
{
"name": "ivongiveaways",
"version": "3.0.0",
"description": "The perfect giveaway bot to host giveaways easily on your server",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "sandarutharuneth",
"license": "CC-Zero",
"keywords": [
"discord",
"giveaways",
"giveaway",
"bot",
"discord.js",
"discordjs"
],
"dependencies": {
"axios": "^0.27.2",
"discord-giveaways": "^5.0.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.3",
"make-runnable": "^1.4.0",
"moment": "^2.29.3",
"ms": "^3.0.0-canary.1",
"node-fetch": "^2.6.7",
"parsec": "^2.0.2"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://github.com/sandarutharuneth/ivongiveaways"
},
"devDependencies": {
"node": "^16.9.1"
}
}