atproto/packages/sync/package.json
github-actions[bot] 5b6e0611d6
Version packages (#3336)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-07 12:06:16 -06:00

40 lines
952 B
JSON

{
"name": "@atproto/sync",
"version": "0.1.9",
"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"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"test": "../dev-infra/with-test-redis-and-db.sh jest"
},
"dependencies": {
"@atproto/common": "workspace:^",
"@atproto/identity": "workspace:^",
"@atproto/lexicon": "workspace:^",
"@atproto/repo": "workspace:^",
"@atproto/syntax": "workspace:^",
"@atproto/xrpc-server": "workspace:^",
"multiformats": "^9.9.0",
"p-queue": "^6.6.2",
"ws": "^8.12.0"
},
"devDependencies": {
"jest": "^28.1.2",
"typescript": "^5.6.3"
}
}