-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.47 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "denkmitdb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Askar Zhakenov <[email protected]>",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@helia/interface": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-unix": "^8.40.0",
"eslint-plugin-tsdoc": "^0.3.0",
"globals": "^15.4.0",
"prettier": "^3.3.1",
"ts-node": "^10.9.2",
"tsx": "^4.12.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@faker-js/faker": "^8.4.1",
"@helia/dag-cbor": "^3.0.4",
"@helia/unixfs": "^3.0.6",
"@inquirer/confirm": "^3.1.9",
"@inquirer/input": "^2.1.9",
"@inquirer/prompts": "^5.0.5",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/bootstrap": "^10.0.25",
"@libp2p/identify": "^2.0.3",
"@libp2p/interface": "^1.4.1",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/keychain": "^4.0.16",
"@libp2p/logger": "^4.0.14",
"@libp2p/mdns": "^10.0.25",
"@libp2p/tcp": "^9.0.27",
"@types/json-logic-js": "^2.0.7",
"blockstore-fs": "^1.1.10",
"datastore-fs": "^9.1.8",
"delay": "^6.0.0",
"helia": "^4.2.3",
"inquirer": "^9.2.23",
"interface-datastore": "^8.2.11",
"it-drain": "^3.0.7",
"jose": "^5.4.0",
"js-sdsl": "^4.4.2",
"json-logic-js": "^2.0.2",
"keyv": "^4.5.4",
"libp2p": "^1.6.1",
"multiformats": "^13.1.1",
"p-queue": "^8.0.1",
"timeout-abort-controller": "^3.0.0",
"uint8arrays": "^5.1.0",
"utility-types": "^3.11.0"
},
"packageManager": "[email protected]+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}