about summary refs log tree commit diff
path: root/bskylink/package.json
diff options
context:
space:
mode:
authorhailey <hailey@blueskyweb.xyz>2025-09-02 14:07:22 -0700
committerGitHub <noreply@github.com>2025-09-02 14:07:22 -0700
commit01c466a2134e4db475f7dfc0323106c2d0d3e827 (patch)
tree4fd3b7b2732ec6a596ba0a0d29789a109da97e05 /bskylink/package.json
parent75f0ee8a1e4465225e12f55ae52598a3176506ac (diff)
downloadvoidsky-01c466a2134e4db475f7dfc0323106c2d0d3e827.tar.zst
fix safelink package.json (#8959)
Diffstat (limited to 'bskylink/package.json')
-rw-r--r--bskylink/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/bskylink/package.json b/bskylink/package.json
index ab7dc0325..c57cb3cd8 100644
--- a/bskylink/package.json
+++ b/bskylink/package.json
@@ -8,6 +8,7 @@
     "build": "tsc"
   },
   "dependencies": {
+    "@atproto/api": "^0.16.7",
     "@atproto/common": "^0.4.11",
     "@types/escape-html": "^1.0.4",
     "body-parser": "^1.20.2",
@@ -23,9 +24,12 @@
     "uint8arrays": "^5.1.0"
   },
   "devDependencies": {
+    "@types/body-parser": "^1.19.5",
     "@types/cors": "^2.8.17",
+    "@types/express": "^4.17.21",
     "@types/i18n": "^0.13.12",
     "@types/pg": "^8.11.6",
+    "ts-node": "^10.9.2",
     "typescript": "^5.4.5"
   }
 }