discord-stats-bot/package.json
2017-03-22 01:23:52 -05:00

12 lines
283 B
JSON

{
"name": "discord-stats-bot",
"version": "1.0.0",
"description": "Discord Stats Bot (for exporting into ELK or other centralized logging)",
"main": "bot.js",
"scripts": {
"bot": "nodemon bot.js"
},
"author": "Matt Burchett",
"license": "MIT"
}