{
  "name": "@atproto/sync",
  "version": "0.1.22",
  "license": "MIT",
  "description": "atproto sync library",
  "keywords": [
    "atproto",
    "sync",
    "firehose",
    "relay"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/sync"
  },
  "engines": {
    "node": ">=18.7.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "multiformats": "^9.9.0",
    "p-queue": "^6.6.2",
    "ws": "^8.12.0",
    "@atproto/common": "^0.4.10",
    "@atproto/identity": "^0.4.7",
    "@atproto/lexicon": "^0.4.10",
    "@atproto/repo": "^0.8.0",
    "@atproto/syntax": "^0.4.0",
    "@atproto/xrpc-server": "^0.7.17"
  },
  "devDependencies": {
    "@types/ws": "^8.5.4",
    "jest": "^28.1.2",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "test": "../dev-infra/with-test-redis-and-db.sh jest"
  }
}