UNPKG

discord-levels

Version:

A package that allows you to create a complete level system on your discord bot

40 lines (39 loc) 972 B
{ "name": "discord-levels", "version": "1.1.0", "description": "A package that allows you to create a complete level system on your discord bot", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Octavia0509/discord-levels.git" }, "keywords": [ "discord-levels", "levels", "leveling", "discord-leveling", "ranks" ], "author": "Lucas D.", "license": "MIT", "bugs": { "url": "https://github.com/Octavia0509/discord-levels/issues" }, "homepage": "https://github.com/Octavia0509/discord-levels#readme", "devDependencies": { "@types/node": "^14.14.16", "@types/ws": "^7.4.0", "typescript": "^4.1.3" }, "dependencies": { "canvas": "^2.6.1", "canvas-constructor": "^4.1.0", "discord.js": "^12.5.1", "quick.db": "^7.1.3", "typedoc": "^0.20.3" } }