summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-01 14:44:32 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-01 14:44:32 +1000
commitaef662521c1e6a607f6c4848f7c6af96da8900b6 (patch)
tree25d6256d4e8ae4496bc0f68c42a66fb20cbb8806 /package.json
parentMake `afk` optional in ActivitySchema (diff)
downloadserver-aef662521c1e6a607f6c4848f7c6af96da8900b6.tar.xz
Better embed handling
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9c86f918..303324f5 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
 		"@types/node": "^18.7.20",
 		"@types/node-fetch": "^2.6.2",
 		"@types/node-os-utils": "^1.3.0",
+		"@types/probe-image-size": "^7.2.0",
 		"@types/sharp": "^0.31.0",
 		"@types/ws": "^8.5.3",
 		"express": "^4.18.1",
@@ -72,6 +73,7 @@
 		"node-fetch": "^2.6.7",
 		"node-os-utils": "^1.3.7",
 		"picocolors": "^1.0.0",
+		"probe-image-size": "^7.2.3",
 		"proxy-agent": "^5.0.0",
 		"sharp": "^0.31.0",
 		"sqlite3": "^5.1.1",