meowcord
Version:
A powerful discord library useful for creating bots in Discord.
30 lines (29 loc) • 603 B
JSON
{
"name": "meowcord",
"version": "0.1.6",
"description": "A powerful discord library useful for creating bots in Discord.",
"keywords": [
"bdfd",
"aoijs",
"discordjs",
"djs",
"discord",
"meow",
"meowcord"
],
"repository": {
"type": "git",
"url": "https://github.com/syyex/meowcord"
},
"license": "MIT",
"author": "syyex (empirefester@gmail.com)",
"type": "commonjs",
"main": "src/src.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^5.4.1",
"discord.js": "^14.19.3"
}
}