discord-stats-bot/package.json

12 lines
283 B
JSON
Raw Normal View History

2017-03-22 06:23:52 +00:00
{
"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"
}