-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "did-instance-node",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"license": "AGPL-version-3.0",
"private": false,
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"keywords": [],
"author": {
"name": "Tautvilas Mečinskas",
"email": "did@tautvilas.lt",
"url": "http://tautvilas.lt"
},
"contributors": [],
"scripts": {
"dev": "",
"test": ""
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^7.0.0",
"@chainsafe/libp2p-noise": "^11.0.4",
"@chainsafe/libp2p-yamux": "^4.0.2",
"@libp2p/crypto": "^1.0.17",
"@libp2p/mplex": "^8.0.1",
"@libp2p/peer-id": "^2.0.3",
"@libp2p/pubsub-peer-discovery": "^8.0.4",
"@libp2p/tcp": "^7.0.0",
"commander": "^12.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"it-pipe": "^3.0.1",
"libp2p": "^0.44.0",
"multiaddr": "^10.0.1",
"node-fetch": "^3.3.1",
"node-html-parser": "^6.1.5",
"sqlite3": "^5.1.6",
"winston": "^3.10.0"
}
}