-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 989 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
40
41
42
43
44
45
46
{
"name": "discord-invite",
"version": "4.0.0",
"description": "a powerfull discord inviter tracker",
"main": "dinvite.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "node ."
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/beykant"
},
"contributors": ["Bes-js","Relivent"],
"keywords": [
"discord",
"discord-invite",
"invite-tracker",
"discord-v14",
"v14-invite",
"tracker",
"tracker-invite",
"node",
"invite",
"invites",
"invite-trackers",
"discords"
],
"author": {
"name": "Bes-js",
"url": "https://github.com/Bes-js"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Bes-js/discord-invite.git"
},
"bugs": {
"url": "https://github.com/Bes-js/discord-invite"
},
"homepage": "https://discord.gg/luppux",
"dependencies": {
"@discordjs/collection": "^1.5.1",
"five.db": "^0.0.8"
}
}