aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPascal Temel <[email protected]>2018-11-30 22:58:42 +0100
committerPascal Temel <[email protected]>2018-11-30 22:58:42 +0100
commit05c17f2dc9fcc4fc912f83558ae821ca2277ba9f (patch)
treeda26c2c625d513be78888201d7fae87ad4995747 /package.json
parentMerge pull request #165 from calvinc64/patch-1 (diff)
downloadhost.fuwn.me-05c17f2dc9fcc4fc912f83558ae821ca2277ba9f.tar.xz
host.fuwn.me-05c17f2dc9fcc4fc912f83558ae821ca2277ba9f.zip
replace graphicsmagick with sharp
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index bbbb197..c85ed69 100644
--- a/package.json
+++ b/package.json
@@ -21,12 +21,13 @@
"express-handlebars": "^3.0.0",
"express-rate-limit": "^2.11.0",
"fluent-ffmpeg": "^2.1.2",
- "gm": "^1.23.1",
"helmet": "^3.11.0",
"jszip": "^3.1.5",
"knex": "^0.14.4",
"multer": "^1.3.0",
+ "npm": "^6.4.1",
"randomstring": "^1.1.5",
+ "sharp": "^0.21.0",
"sqlite3": "^3.1.13"
},
"devDependencies": {