diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-23 21:40:41 -0500 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-23 21:40:41 -0500 |
| commit | 15f2b32511e9b4c0479ad03c18a69653328f36b1 (patch) | |
| tree | c9b4782bfc0b790ab1e19c7b3e2ac43d22b005e7 /package.json | |
| parent | fix endpoint, html parse, load more posts (diff) | |
| download | xssbook-15f2b32511e9b4c0479ad03c18a69653328f36b1.tar.gz xssbook-15f2b32511e9b4c0479ad03c18a69653328f36b1.tar.bz2 xssbook-15f2b32511e9b4c0479ad03c18a69653328f36b1.zip | |
i changed a lot of shit
Diffstat (limited to '')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 8eeab44..799764b 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,8 @@ "better-sqlite3": "^8.0.1", "cheerio": "^1.0.0-rc.12", "cookie-parser": "^1.4.6", - "crypto": "^1.0.1", - "dotenv": "^16.0.3", "express": "^4.18.2", - "express-rate-limit": "^6.7.0" + "express-rate-limit": "^6.7.0", + "node-cron": "^3.0.2" } } |