+ Adding argparse to dependancy list

This commit is contained in:
shockrah 2021-04-26 01:34:29 -07:00
parent 225a874f5d
commit 1ee2f1a321
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,11 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
},
"buffer-equal-constant-time": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",

View File

@ -18,6 +18,7 @@
},
"homepage": "https://gitlab.com/shockrah/freechat#readme",
"dependencies": {
"argparse": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"ws": "^7.4.4"
}