diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 14:41:39 -0500 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 14:41:39 -0500 |
| commit | 7f1a57d1a6a42485b5baeb4af8630baa2de8623c (patch) | |
| tree | e2fd3e49e88a081a3bd9686683b57c87f24b2160 /package.json | |
| parent | remove db from commit (diff) | |
| download | xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.gz xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.tar.bz2 xssbook-7f1a57d1a6a42485b5baeb4af8630baa2de8623c.zip | |
finish
Diffstat (limited to '')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c185b82..ef46f50 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "better-sqlite3": "^8.0.1", "cookie-parser": "^1.4.6", + "crypto": "^1.0.1", "dotenv": "^16.0.3", "express": "^4.18.2", "express-rate-limit": "^6.7.0" |