forked from TBD54566975/incubating-web5-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1000 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
{
"type": "module",
"dependencies": {
"message-store-level-v2": "file:../message-store-level-v2",
"@keyvhq/core": "^1.6.14",
"@keyvhq/sqlite": "^1.6.20",
"body-parser": "1.20.1",
"cors": "2.8.5",
"express": "4.18.2",
"ipfs-unixfs-exporter": "7.0.11",
"ipfs-unixfs-importer": "9.0.10",
"@ipld/dag-cbor": "8.0.0",
"@noble/ed25519": "1.6.0",
"@decentralized-identity/ion-tools": "1.0.3",
"varint": "^6.0.0",
"ms": "2.1.3",
"sqlite3": "5.1.2",
"uuid": "8.3.2",
"ws": "8.11.0",
"@tbd54566975/dwn-sdk-js": "0.0.17-unstable.58656ed-2023.1.18-23-41-34",
"@js-temporal/polyfill": "0.4.3",
"pouchdb": "8.0.0",
"pouchdb-find": "8.0.0",
"search-index": "3.3.0",
"prompts": "2.4.2",
"level": "8.0.0",
"multiformats": "10.0.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-plugin-import": "2.26.0"
}
}