modmail/package.json

26 lines
596 B
JSON
Raw Normal View History

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": {
2022-01-05 15:20:49 +01:00
"chalk": "^4.0.0",
2021-06-18 15:41:57 +02:00
"diagnostics": "^2.0.2",
"discord.js": "^12.5.3",
"moment": "^2.29.1",
"winston": "^3.3.3",
"winston-transport": "^4.4.0"
}
}