dj-games
Version:
A Discord Js Package for Mini-Games. you can easily setup. It is beginner friendly. It need discord-buttons package to work
36 lines (35 loc) • 833 B
JSON
{
"name": "dj-games",
"version": "3.0.1",
"description": "A Discord Js Package for Mini-Games. you can easily setup. It is beginner friendly. It need discord-buttons package to work",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "corropted",
"license": "Apache-2.0",
"dependencies": {
"discord-buttons": "^4.0.0",
"discord.js": "^12.5.3",
"node-fetch": "^2.6.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/corropted/dj-games"
},
"keywords": [
"discord",
"discord-games",
"mini-games",
"discord.js",
"discord game",
"discord-buttons",
"discord.py",
"discordgames",
"discordminigame",
"discordbot",
"discordv13api"
]
}