diff options
| author | Pascal Temel <[email protected]> | 2018-11-30 22:58:42 +0100 |
|---|---|---|
| committer | Pascal Temel <[email protected]> | 2018-11-30 22:58:42 +0100 |
| commit | 05c17f2dc9fcc4fc912f83558ae821ca2277ba9f (patch) | |
| tree | da26c2c625d513be78888201d7fae87ad4995747 /package.json | |
| parent | Merge pull request #165 from calvinc64/patch-1 (diff) | |
| download | host.fuwn.me-05c17f2dc9fcc4fc912f83558ae821ca2277ba9f.tar.xz host.fuwn.me-05c17f2dc9fcc4fc912f83558ae821ca2277ba9f.zip | |
replace graphicsmagick with sharp
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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": { |