-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1000 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-inv",
"version": "2.0.0",
"description": "Get more information about a discord invitation link!",
"main": "dist/index.js",
"files": [
"/dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "node test/test.js"
},
"dependencies": {
"centra": "2.5.0",
"discord-api-types": "^0.37.11"
},
"devDependencies": {
"@types/centra": "2.2.0"
},
"keywords": [
"discord",
"discord-invite",
"discordapp",
"api",
"discord-inv",
"discord-api",
"discord.js"
],
"funding": [
"https://github.com/scderox/discord-inv?sponsor=1",
"https://paypal.me/therealscderox",
"https://bunq.me/scderox"
],
"maintainers": [
"SCDerox <[email protected]>"
],
"author": "SCDerox <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/SCDerox/discord-inv.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/SCDerox/discord-inv/issues"
}
}