updates
This commit is contained in:
parent
096ec47313
commit
0b604acaae
10 changed files with 3404 additions and 0 deletions
35
bot/package.json
Normal file
35
bot/package.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "bot",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "nodemon"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"canvas": "^2.6.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"discord.js": "^12.2.0",
|
||||
"discord.js-commando": "^0.10.0",
|
||||
"eslint": "^7.4.0",
|
||||
"hastebin-gen": "^2.0.5",
|
||||
"imageapi.js": "^1.0.5",
|
||||
"moment": "^2.27.0",
|
||||
"moment-duration-format": "^2.3.2",
|
||||
"mongoose": "^5.9.25",
|
||||
"mysql": "^2.18.1",
|
||||
"node": "^14.7.0",
|
||||
"nodemon": "^2.0.4",
|
||||
"random-puppy": "^1.1.0",
|
||||
"readline-specific": "^1.0.4",
|
||||
"request": "^2.88.2",
|
||||
"strict-uri-encode": "^2.0.0",
|
||||
"superagent": "^5.3.1",
|
||||
"whois": "^2.12.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"description": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue