daisy-blackjack
Version:
Blackjack Game for Daisy
28 lines (27 loc) • 575 B
JSON
{
"name": "daisy-blackjack",
"version": "1.0.2",
"description": "Blackjack Game for Daisy",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/3061LRTAGSPKJMORMRT/discord-blackjack"
},
"homepage": "https://daisybot.tech",
"keywords": [
"discord",
"discord.js",
"blackjack",
"bj",
"discord-blackjack",
"discord.js-blackjack",
"daisy"
],
"author": "Daisy",
"license": "Apache-2.0",
"dependencies": {
"discord.js": "^13.6.0",
"shuffle-array": "^1.0.1"
}
}