1
0
Fork 0
refactor/models
Matthew 2019-10-20 19:42:41 -04:00
parent 6f9dc911ef
commit 09e676946c
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 5 additions and 1 deletions

View File

@ -10,16 +10,20 @@
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"dependencies": { "dependencies": {
"@ghaiklor/x509": "^1.0.0",
"axios": "^0.19.0",
"eris": "^0.10.1", "eris": "^0.10.1",
"eris-pagination": "bsian03/eris-pagination", "eris-pagination": "bsian03/eris-pagination",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"mongoose": "^5.7.4", "mongoose": "^5.7.4",
"nodemailer": "^6.3.1" "nodemailer": "^6.3.1",
"signale": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^8.0.0", "@types/fs-extra": "^8.0.0",
"@types/mongoose": "^5.5.20", "@types/mongoose": "^5.5.20",
"@types/nodemailer": "^6.2.1", "@types/nodemailer": "^6.2.1",
"@types/signale": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^2.4.0", "@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0", "@typescript-eslint/parser": "^2.4.0",
"eslint": "^6.5.1", "eslint": "^6.5.1",