37 lines
780 B
JSON
Executable file
37 lines
780 B
JSON
Executable file
{
|
|
"name": "thaldrin",
|
|
"description": "A Random Image and Utility Bot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "codepupper",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"blapi": "^1.2.3",
|
|
"chalk": "^2.4.2",
|
|
"compression": "*",
|
|
"cors": "*",
|
|
"discord.js": "discordjs/discord.js",
|
|
"express": "*",
|
|
"express-handlebars": "^3.1.0",
|
|
"hastebin-gen": "^2.0.5",
|
|
"helmet": "*",
|
|
"moment": "*",
|
|
"morgan": "^1.9.1",
|
|
"node-dig-dns": "^0.2.10",
|
|
"nodemon": "^1.19.4",
|
|
"ora": "^4.0.2",
|
|
"parse-ms": "^2.1.0",
|
|
"phin": "*",
|
|
"quick.db": "^7.0.0-b22",
|
|
"random-all": "^1.0.7",
|
|
"restler": "^3.4.0",
|
|
"shell-exec": "^1.0.2",
|
|
"trello": "^0.9.1",
|
|
"yiff": "^1.2.7"
|
|
},
|
|
"scripts": {
|
|
"test": "nodemon index.js"
|
|
}
|
|
}
|