diff options
author | grant-kun <[email protected]> | 2022-09-26 11:29:53 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-09-26 11:29:53 -0500 |
commit | ef9d69cee87c45fc4507780a891591cc31ec5481 (patch) | |
tree | e565a5741ee6a269f6cf76bfa1e666ea4ca40615 /package.json | |
parent | 5f4a473f0fb00d92855a307090b7d7d68312e912 (diff) |
fixed
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index eabde88..791ff90 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "body-parser": "^1.20.0", "crypto": "^1.0.1", "express": "^4.18.1", - "fs": "^0.0.1-security" + "fs": "^0.0.1-security", + "node-rsa": "^1.1.1" } } |