diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 22:04:26 -0500 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-22 22:04:26 -0500 |
| commit | 4b0a9dd484b5fd03ff25b78935a297c0239ce3bf (patch) | |
| tree | 9fddfc2dc9e5a9fbca39e651869a1a313b15ee46 /package.json | |
| parent | remove js from console (diff) | |
| download | xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.tar.gz xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.tar.bz2 xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.zip | |
fix endpoint, html parse, load more posts
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 ef46f50..8eeab44 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "license": "WTFPL", "dependencies": { "better-sqlite3": "^8.0.1", + "cheerio": "^1.0.0-rc.12", "cookie-parser": "^1.4.6", "crypto": "^1.0.1", "dotenv": "^16.0.3", |