aboutsummaryrefslogtreecommitdiff
path: root/generator/package.json
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-02-28 23:20:32 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-02-28 23:20:32 -0500
commit23325bdab3108c42f0157625f995b532a13096c7 (patch)
treeb387b47af065d7c2fda5e8afd3d1946d3c22d76e /generator/package.json
parent42b38863761f8258781406469505f0ac1c27ac54 (diff)
downloadsbs-23325bdab3108c42f0157625f995b532a13096c7.tar.xz
Um... Version bump anybody?
- Corrected treatment of "WIP" and "UNLISTED" posts. - Add wrapper for make4ht. - Improved html5 compliance (still not fully compliant tho). - Node 22 compatibility.
Diffstat (limited to 'generator/package.json')
-rw-r--r--generator/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/generator/package.json b/generator/package.json
new file mode 100644
index 0000000..84473e2
--- /dev/null
+++ b/generator/package.json
@@ -0,0 +1,12 @@
+{
+ "dependencies": {
+ "aes-js": "^3.1.2",
+ "btoa": "^1.2.1",
+ "child_process": "^1.0.2",
+ "fs": "^0.0.1-security",
+ "image-size": "^1.1.1",
+ "jsdom": "^24.0.0",
+ "path": "^0.12.7",
+ "scrypt-js": "^3.0.1"
+ }
+}