UNPKG

@elara-services/leveling

Version:

A package for XP/Leveling on Discord.

56 lines (55 loc) 1.57 kB
{ "name": "@elara-services/leveling", "version": "1.2.2", "description": "A package for XP/Leveling on Discord.", "main": "./dist/src/index.js", "author": "SUPERCHIEFYT (Elara-Discord-Bots, Elara-Services)", "license": "ISC", "scripts": { "build": "rm -rf dist && rm -rf docs && tsc && npx typedoc src/index.ts", "pub": "npm run build && npm publish", "lint": "eslint .", "pf": "prettier --write src/**/*.ts", "pc": "prettier --check src/**/*.ts" }, "homepage": "https://elara-services-leveling.pages.dev", "repository": { "type": "git", "url": "https://github.com/elara-bots/npm/tree/main/leveling" }, "files": [ "dist", "docs", "examples" ], "devDependencies": { "@types/node": "20.3.0", "@typescript-eslint/eslint-plugin": "5.59.9", "@typescript-eslint/parser": "5.59.9", "eslint": "^8.54.0", "prettier": "^3.1.0", "ts-node": "10.9.1", "tslib": "^2.6.2", "typedoc": "^0.25.3", "typescript": "5.1.3" }, "dependencies": { "@elara-services/fetch": "2.0.2", "@elara-services/utils": "^1.3.26", "@elara-services/webhooks": "^2.1.18", "canvacord": "6.0.0-beta.0", "mongoose": "8.1.1", "skia-canvas": "^1.0.2" }, "keywords": [ "discord", "discordapp", "xp", "level", "leveling", "levels", "discordbot", "bot", "discord.js" ] }