-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 909 Bytes
/
package.json
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
{
"name": "indexer",
"module": "index.ts",
"type": "module",
"scripts": {
"lint": "biome check . --apply",
"format": "biome format . --write",
"start": "bun --watch index.ts",
"start-watcher": "bun --watch database/watcher.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.597.0",
"@ipld/dag-cbor": "^9.2.1",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"@scure/base": "^1.1.7",
"@types/pg": "^8.11.6",
"aws-sdk": "^2.1641.0",
"drizzle": "^1.4.0",
"drizzle-orm": "^0.31.2",
"hono": "^4.4.3",
"lucia": "^3.2.0",
"multiformats": "^13.1.3",
"oslo": "^1.2.0",
"pg": "^8.11.5",
"pg-pool": "^3.6.2",
"viem": "^2.17.0"
}
}