discord-blackjack
Version:
A blackjack game for Discord
33 lines (32 loc) • 761 B
JSON
{
"name": "discord-blackjack",
"version": "4.0.0",
"description": "A blackjack game for Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/3061LRTAGSPKJMORMRT/discord-blackjack"
},
"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": "^13.6.0",
"shuffle-array": "^1.0.1"
}
}