UNPKG

discord-leveling-super

Version:

Easy and customizable leveling framework for your Discord bot.

50 lines 1.07 kB
{ "name": "discord-leveling-super", "version": "1.0.6", "description": "Easy and customizable leveling framework for your Discord bot.", "types": "./typings/Leveling.d.ts", "main": "index.js", "scripts": { "test": "echo \"ok\" && exit 0", "postinstall": "node install.js", "buildfiles": "tsc", "begin": "npm i typescript" }, "engines": { "node": ">=16.6.0", "npm": ">=7.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/shadowplay1/discord-leveling-super.git" }, "keywords": [ "discord", "bot", "discord.js", "leveling", "discord-leveling", "discord-leveling-super", "ranks", "ranking", "discord-ranks", "discord-js", "super", "rank", "shadowplay" ], "directories": { "example": "./examples", "lib": "./lib" }, "author": "shadowplay", "license": "MIT", "bugs": { "url": "https://github.com/shadowplay1/discord-leveling-super/issues" }, "homepage": "https://github.com/shadowplay1/discord-leveling-super#readme", "dependencies": { "discord.js": "^14.2.0", "node-fetch": "^2.6.7" } }