A TypeScript toolkit for consuming the Bluesky network in real-time.
1{
2 "name": "skyline",
3 "version": "1.0.0",
4 "type": "module",
5 "main": "index.js",
6 "scripts": {
7 "test": "vitest run"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "description": "",
13 "dependencies": {
14 "@atproto/identity": "^0.4.12",
15 "@atproto/sync": "^0.1.39",
16 "@skyware/jetstream": "^0.2.5",
17 "ws": "^8.19.0",
18 "zod": "^4.3.6"
19 },
20 "devDependencies": {
21 "@types/ws": "^8.18.1",
22 "tsx": "^4.21.0",
23 "typescript": "^5.9.3",
24 "vitest": "^3.2.4"
25 }
26}