-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.19 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "atingester",
"version": "1.0.2",
"description": "ATProtocol Syncing Tools",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"codegen": "atlpm install -y",
"clean": "rimraf ./dist",
"build": "tsc -p ./"
},
"keywords": [
"atproto",
"bluesky",
"sync",
"ingester",
"firehose",
"jetstream",
"turbostream",
"relay"
],
"repository": {
"type": "git",
"url": "git+https://github.com/raitako-1/atingester.git"
},
"author": "raitako_1",
"license": "MIT",
"dependencies": {
"@atproto/common": "^0.4.12",
"@atproto/common-web": "^0.4.10",
"@atproto/identity": "^0.4.10",
"@atproto/lexicon": "^0.4.14",
"@atproto/repo": "^0.8.12",
"@atproto/sync": "^0.1.39",
"@atproto/syntax": "^0.4.2",
"@atproto/ws-client": "^0.0.2",
"@atproto/xrpc-server": "^0.9.6",
"@bokuweb/zstd-wasm": "^0.0.27",
"multiformats": "^9.9.0",
"ws": "^8.19.0"
},
"devDependencies": {
"@types/node": "^18.19.130",
"@types/ws": "^8.18.1",
"atlpm": "^3.1.2",
"rimraf": "^6.1.2",
"typescript": "^5.9.3"
},
"engines": {
"node": ">= 18.7.0"
},
"packageManager": "pnpm@8.15.9"
}