forked from aniket091/Gamecord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.15 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": "flex-gamecord",
"version": "4.2.6.1",
"description": "Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot",
"main": "index.js",
"scripts": {
"ts": "cd test && node ./test.js",
"test": "cd test && node ./index.js"
},
"authors": [
{
"name": "Paeonic-Development",
"url": "https://github.com/Paeonic-Development"
},
{
"name": "Mr5ecret",
"url": "https://github.com/Mr5ecret"
}
],
"contributors": [
{
"name": "aniket091",
"url": "https://github.com/aniket091"
}
],
"contributor": "Mr5ecret",
"license": "MIT",
"dependencies": {
"canvas": "^2.11.2",
"discord.js": "^14.14.1",
"html-entities": "^2.3.3",
"node-fetch": "^2.6.7"
},
"repository": {
"type": "git",
"url": "git+git@github.com:Paeonic-Development/Flex-Gamecord.git"
},
"homepage": "https://github.com/Paeonic-Development/Flex-Gamecord",
"keywords": [
"discord-gamecord",
"discord-games",
"discord.js",
"minigames",
"paeonic"
],
"bugs": {
"url": "https://github.com/Paeonic-Development/Flex-Gamecord/issues"
},
"directories": {
"src": "src"
},
"publishConfig": {
"access": "public"
}
}