welcomerpackage
Version:
A package to send customized welcome messages to new members joining your Discord server using discord.js.
43 lines (42 loc) • 954 B
JSON
{
"name": "welcomerpackage",
"version": "1.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"url": "https://github.com/1AhmedS/welcomerpackage"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"welcomerpackage",
"discord-welcome",
"embedmessage",
"discord.js",
"discord",
"bot",
"welcome-message",
"discord-bot",
"guild-member",
"custom-welcome",
"welcome-embed",
"discord-welcomer",
"discord-greetings",
"new-member",
"discord-automation",
"discord-utilities"
],
"author": "AhmedSamir(1ahmeds)",
"license": "MIT",
"type": "commonjs",
"description": "A package to send customized welcome messages to new members joining your Discord server using discord.js.",
"devDependencies": {
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"dependencies": {
"discord.js": "^14.17.3"
}
}