tilde-chat-discord-bot/package.json

19 lines
439 B
JSON

{
"name": "invite_handler_bot",
"version": "1.0.0",
"description": "A discord bot for detecting invite the user used",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.tilde.team/freeappsw/tilde-chat-discord-bot.git"
},
"author": "freeappsw",
"license": "ISC",
"dependencies": {
"discord.js": "^11.3.2"
}
}