trixxy-leveling
Version:
A Discord leveling system with image generation for Trixxy projects.
23 lines • 485 B
JSON
{
"name": "trixxy-leveling",
"version": "1.0.0",
"description": "A Discord leveling system with image generation for Trixxy projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"leveling",
"xp",
"rank",
"image-generation",
"trixxy"
],
"author": "Trixxy Development",
"license": "MIT",
"dependencies": {
"discord.js": "^14.0.0",
"canvas": "^2.11.2"
}
}