add required packages to package.json

master
Semisol 2021-09-29 23:26:55 +03:00
parent 2759f0d96f
commit e6a889d032
Signed by: Semisol
GPG Key ID: D5D485E3231A5764
2 changed files with 1212 additions and 1 deletions

1207
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,5 +11,9 @@
"url": "git@git.semisol.dev:Semisol/WallopsServ.git"
},
"author": "chmod/semisol",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"dependencies": {
"irc-framework": "^4.11.0",
"nodemailer": "^6.6.5"
}
}