added package yargs
This commit is contained in:
parent
49d2ce1a65
commit
8c8c5403ba
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aes-js": "^3.1.2",
|
"aes-js": "^3.1.2",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"node-crc": "^1.3.0"
|
"node-crc": "^1.3.0",
|
||||||
|
"yargs": "^17.6.2"
|
||||||
},
|
},
|
||||||
"name": "boskrypt",
|
"name": "boskrypt",
|
||||||
"description": "BOSkrypt implementation in NodeJS",
|
"description": "BOSkrypt implementation in NodeJS",
|
||||||
|
|
Loading…
Add table
Reference in a new issue