discord.js-game
Version:
Discord games is a powerful npm package with a collection of minigames for your discord bot
49 lines (47 loc) • 1.05 kB
JSON
{
"name": "discord.js-game",
"version": "1.2.7-beta",
"deprecated": false,
"description": "Discord games is a powerful npm package with a collection of minigames for your discord bot",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "cd test && node ."
},
"author": "ghostWasFound",
"license": "MIT",
"bundleDependencies": false,
"dependencies": {
"chalk": "^4.1.1",
"html-entities": "^2.3.2",
"discord.js": "^14.6.0",
"mathjs": "^9.4.3",
"node-fetch": "^2.6.1",
"quick.db": "^7.1.3",
"string-width": "^2.1.1"
},
"devDependencies": {
"@weky/inlinereply": "^0.0.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"nodemon": "^2.0.12"
},
"repository": {
"type": "git",
"url": ""
},
"homepage": "",
"keywords": [
"discord-gamecord",
"discord-games",
"discord.js",
"minigames"
],
"bugs": {
"url": ""
},
"directories": {
"src": "src",
"types": "typings/index.d.ts"
}
}