-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 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
{
"name": "ark-network",
"version": "0.4.7",
"type": "module",
"description": "Verifiable multichain identities",
"main": "./src/app.js",
"scripts": {
"polling": "node ./src/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/decentldotland/ark-network"
},
"keywords": [
"arweave",
"identity",
"multichain",
"EVM"
],
"author": "charmful0x",
"license": "MIT",
"bugs": {
"url": "https://github.com/decentldotland/ark-network/issues"
},
"homepage": "https://github.com/decentldotland/ark-network#readme",
"dependencies": {
"@avvy/client": "^2.4.0",
"@evmosdomains/sdk": "^1.1.0",
"arweave": "^1.11.4",
"axios": "^0.27.2",
"base64url": "^3.0.1",
"chalk": "^5.0.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"crossbell.js": "^0.10.35",
"dotenv": "^16.0.1",
"ethers": "^5.6.8",
"express": "^4.18.1",
"near-api-js": "^0.45.1",
"node-cache": "^5.1.2",
"node-gzip": "^1.1.2",
"redstone-smartweave": "^0.4.4",
"sha256": "^0.2.0",
"weave-aggregator": "^0.4.7",
"web3": "^1.7.3",
"vouchdao": "^0.2.2"
}
}