forked from aniket091/Gamecord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.json and Fix 2048 game
- Loading branch information
Mr5ecret
committed
Jan 14, 2024
1 parent
386e539
commit 344bd95
Showing
17 changed files
with
122 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
package-lock.json | ||
test/test.js | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,51 @@ | ||
{ | ||
"name": "flex-gamecord", | ||
"version": "4.2.1-dev", | ||
"description": "Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "cd test && node ." | ||
}, | ||
"author": "Aniket#0729", | ||
"contributor": "Mr5ecret", | ||
"license": "MIT", | ||
"dependencies": { | ||
"discord.js": "^14.6.0", | ||
"html-entities": "^2.3.3", | ||
"node-fetch": "^2.6.7" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+git@github.com:Mr5ecret/Flex-Gamecord.git" | ||
}, | ||
"homepage": "https://discord-gamecord.js.org/", | ||
"keywords": [ | ||
"discord-gamecord", | ||
"discord-games", | ||
"discord.js", | ||
"minigames", | ||
"paeonic" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/Mr5ecret/Flex-Gamecord/issues" | ||
}, | ||
"directories": { | ||
"src": "src" | ||
} | ||
} | ||
{ | ||
"name": "flex-gamecord", | ||
"version": "4.2.2", | ||
"description": "Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "cd test && node ." | ||
}, | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters