You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
751 B
36 lines
751 B
{ |
|
"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", |
|
"phin": "*", |
|
"quick.db": "^7.0.0-b22", |
|
"restler": "^3.4.0", |
|
"shell-exec": "^1.0.2", |
|
"trello": "^0.9.1", |
|
"usage": "^0.7.1", |
|
"yiff": "^1.2.7" |
|
}, |
|
"scripts": { |
|
"test": "nodemon index.js" |
|
} |
|
}
|
|
|