-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
68 lines (68 loc) · 1.84 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
{
"name": "ibp-monitor",
"version": "1.3.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier . --write"
},
"author": "",
"license": "ISC",
"dependencies": {
"@bull-board/api": "^5.8.4",
"@bull-board/express": "^5.8.4",
"@chainsafe/libp2p-gossipsub": "^6.2.0",
"@chainsafe/libp2p-noise": "^11.0.1",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/kad-dht": "^8.0.5",
"@libp2p/mdns": "^7.0.0",
"@libp2p/mplex": "^8.0.4",
"@libp2p/peer-id-factory": "^2.0.2",
"@libp2p/pubsub-peer-discovery": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/websockets": "^6.0.0",
"@polkadot/api": "^10.7.1",
"@polkadot/keyring": "^12.2.1",
"@polkadot/util": "^12.2.1",
"@polkadot/util-crypto": "^12.1.2",
"axios": "^1.6.2",
"bullmq": "^4.12.3",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"chartjs-plugin-annotation": "^3.0.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"evil-dns": "^0.2.0",
"express": "^4.18.2",
"is-ip": "^5.0.0",
"is-valid-hostname": "^1.0.2",
"it-map": "^3.0.3",
"it-pipe": "^3.0.1",
"libp2p": "^0.44.0",
"lokijs": "^1.5.12",
"mariadb": "^2.5.6",
"moment": "^2.29.4",
"mysql2": "^3.3.1",
"pg": "^8.11.0",
"sequelize": "^6.31.1",
"serialize-error": "^11.0.0",
"sqlite3": "^5.1.6",
"uint8arrays": "^4.0.3",
"umzug": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.23.3",
"@polkadot/extension-dapp": "^0.46.3",
"babel-loader": "^9.1.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"prettier": "^2.8.8",
"sequelize-cli": "^6.6.2",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-node-externals": "^3.0.0"
}
}