2021-06-18 15:41:57 +02:00
|
|
|
{
|
|
|
|
"name": "modmail",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "Navy <navydotgif@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": false,
|
|
|
|
"description": "Modmail bot with eventual integration with Galactic Bot's API",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
2021-06-19 15:06:20 +02:00
|
|
|
"dev": "nodemon --ignore *.json index.js"
|
2021-06-18 15:41:57 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.28.0",
|
|
|
|
"nodemon": "^2.0.7"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^4.1.1",
|
|
|
|
"diagnostics": "^2.0.2",
|
|
|
|
"discord.js": "^12.5.3",
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
"winston": "^3.3.3",
|
|
|
|
"winston-transport": "^4.4.0"
|
|
|
|
}
|
|
|
|
}
|