{ "name": "skyline", "version": "1.0.0", "type": "module", "main": "index.js", "scripts": { "test": "vitest run" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@atproto/identity": "^0.4.12", "@atproto/sync": "^0.1.39", "@skyware/jetstream": "^0.2.5", "ws": "^8.19.0", "zod": "^4.3.6" }, "devDependencies": { "@types/ws": "^8.18.1", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^3.2.4" } }