arma3-life-discord-bot
Version:
Creates a discord bot that can post & process various types of information for your life's database on arma 3.
36 lines (35 loc) • 908 B
JSON
{
"name": "arma3-life-discord-bot",
"version": "1.0.5",
"description": "Creates a discord bot that can post & process various types of information for your life's database on arma 3.",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"example": "node example/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plusflabby/arma3-life-discord-bot.git"
},
"keywords": [
"Arma3",
"Arma",
"Life",
"MaldenLife",
"TanoaLife",
"AltisLife",
"Discord",
"Bot"
],
"author": "+Flabby",
"license": "ISC",
"bugs": {
"url": "https://github.com/plusflabby/arma3-life-discord-bot/issues"
},
"homepage": "https://github.com/plusflabby/arma3-life-discord-bot#readme",
"dependencies": {
"arma3-life-db": "^1.0.2",
"discord.js": "^12.4.1",
"moment": "^2.29.1"
}
}