discordjs-file-explorer
Version:
File explorer command for Discord.JS bots
31 lines (30 loc) • 737 B
JSON
{
"name": "discordjs-file-explorer",
"version": "1.0.2",
"description": "File explorer command for Discord.JS bots",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuelp88/discordjs-file-explorer.git"
},
"keywords": [
"DiscordJS",
"Bot",
"File-Explorer",
"Node",
"Javascript"
],
"author": "samuelp88",
"license": "MIT",
"bugs": {
"url": "https://github.com/samuelp88/discordjs-file-explorer/issues"
},
"homepage": "https://github.com/samuelp88/discordjs-file-explorer#readme",
"dependencies": {
"discord-buttons": "^3.2.1",
"discord.js": "^12.5.3"
}
}