-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.11 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
{
"name": "real-giveaways",
"version": "2.0.0",
"description": "An advanced Discord Giveaway System with button interactions.",
"main": "index.js",
"types": "./src/types/index.d.ts",
"keywords": [
"discord",
"discord.js",
"giveaways",
"winner",
"framework",
"bot",
"discord-giveaways",
"discord giveaways",
"giveaway",
"interaction",
"button",
"nodejs",
"api",
"mongoose"
],
"repository": {
"type": "git",
"url": "https://github.com/kabirsingh2004/real-giveaways.git"
},
"bugs": {
"url": "https://github.com/kabirsingh2004/real-giveaways/issues"
},
"homepage": "https://github.com/kabirsingh2004/real-giveaways",
"author": "KabirSingh2004",
"license": "ISC",
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.1",
"lodash": "^4.17.21",
"mongoose": "^8.1.1",
"ms": "^2.1.3"
},
"scripts": {
"start": "node ."
},
"peerDependencies": {
"discord.js": "^14.14.1",
"mongoose": "^8.0.1"
},
"files": [
"index.js",
"src/"
],
"engines": {
"node": ">=16.0.0"
},
"private": false
}