sonotmold-blacjack
Version:
A blackjack game for Discord
36 lines (35 loc) • 864 B
JSON
{
"name": "sonotmold-blacjack",
"version": "2.0.4",
"description": "A blackjack game for Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3061LRTAGSPKJMORMRT/discord-blackjack.git"
},
"funding": {
"type": "individual",
"url": "https://ko-fi.com/3061lrtagspkjmormrt"
},
"homepage": "https://17ashishemmanuel.gitbook.io/discord-blackjack/options",
"keywords": [
"discord",
"discord.js",
"blackjack",
"bj",
"discord-blackjack",
"discord.js-blackjack"
],
"author": "Ashish Emmanuel",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.3",
"shuffle-array": "^1.0.1"
},
"bugs": {
"url": "https://github.com/3061LRTAGSPKJMORMRT/discord-blackjack/issues"
}
}