-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.24 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
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.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": "",
"email": "",
"url": ""
},
"contributors": [],
"scripts": {
"dev": "nodemon app.js",
"start":"node app.js",
"test": ""
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0",
"@libp2p/bootstrap": "^6.0.0",
"@libp2p/kad-dht": "^7.0.0",
"@libp2p/mdns": "^6.0.0",
"@libp2p/mplex": "^7.1.1",
"@libp2p/peer-id": "^2.0.1",
"@libp2p/peer-store": "^6.0.0",
"@libp2p/pubsub-peer-discovery": "^8.0.0",
"@libp2p/tcp": "^6.1.1",
"axios": "^1.3.2",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"it-pipe": "^2.0.5",
"libp2p": "^0.42.2",
"mongoose": "^6.9.0",
"multiaddr": "^10.0.1",
"node-schedule": "^2.1.1",
"nodemon": "^2.0.20",
"private-ip": "^3.0.0",
"uint8arrays": "^4.0.3"
}
}