discord-invites-manager
Version:
The Discord Invites Manager is an npm module written in TypeScript. It is designed to facilitate the management and tracking of invites in a Discord bot using the Discord.js library. The module provides functionalities to track different types of invites,
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "discord-invites-manager",
"version": "1.0.9",
"description": "The Discord Invites Manager is an npm module written in TypeScript. It is designed to facilitate the management and tracking of invites in a Discord bot using the Discord.js library. The module provides functionalities to track different types of invites, such as regular, bonus, fake, and leave, as well as vanity invites (custom URL invites).",
"main": "dist/index.js",
"homepage": "https://github.com/Alexmdz77/discord-invites-manager",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"discord.js",
"invites",
"invites-manager",
"discord-invites",
"discord-invites-manager",
"discord-invites-tracker",
"discord-invites-counter",
"discord-invites-logger",
"discord-invites-logger"
],
"author": "Alexmdz77",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Alexmdz77/discord-invites-manager.git"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.js.map"
],
"dependencies": {
"better-sqlite3": "^10.0.0",
"discord.js": "^14.15.2",
"mongoose": "^8.4.0",
"mysql2": "^3.9.9",
"quick.db": "^9.1.7"
},
"devDependencies": {
"typescript": "^5.4.5"
}
}