32 lines
713 B
JSON
32 lines
713 B
JSON
{
|
|
"name": "dayz-armbands",
|
|
"version": "4.7.0",
|
|
"description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.",
|
|
"main": "index.js",
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"logs/*.log",
|
|
"logs/*.json"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node dev-index.js",
|
|
"debug": "nodemon dev-index.js"
|
|
},
|
|
"author": "Braeden Sowinski",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/rest": "^1.1.0",
|
|
"colors": "^1.4.0",
|
|
"discord-bitfield-calculator": "^1.0.0",
|
|
"discord.js": "^14.3.0",
|
|
"dotenv": "^16.0.2",
|
|
"mongodb": "^4.12.1",
|
|
"winston": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|