thaldrin/package.json

37 lines
751 B
JSON
Raw Normal View History

2019-10-09 16:19:30 +00:00
{
2019-11-10 08:42:09 +00:00
"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",
2019-11-11 22:43:00 +00:00
"blapi": "^1.2.3",
2019-11-10 08:42:09 +00:00
"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",
2019-11-16 17:52:47 +00:00
"nodemon": "^1.19.4",
2019-11-10 08:42:09 +00:00
"ora": "^4.0.2",
"phin": "*",
"quick.db": "^7.0.0-b22",
"restler": "^3.4.0",
2019-11-10 20:50:18 +00:00
"shell-exec": "^1.0.2",
"trello": "^0.9.1",
2019-11-10 08:42:09 +00:00
"usage": "^0.7.1",
2019-11-21 21:41:53 +00:00
"yiff": "^1.2.7"
2019-11-16 17:52:47 +00:00
},
"scripts": {
"test": "nodemon index.js"
2019-11-10 08:42:09 +00:00
}
2019-10-09 16:19:30 +00:00
}