forked from eco-stake/cosmos-directory
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "cosmos-directory",
"version": "0.1.0",
"description": "",
"main": "proxy.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@bugsnag/js": "^7.16.2",
"@bugsnag/plugin-koa": "^7.16.2",
"@cosmjs/crypto": "^0.28.4",
"@cosmjs/encoding": "^0.28.4",
"@koa/cors": "^3.1.0",
"agentkeepalive": "^4.2.1",
"bytes": "^3.1.0",
"compare-versions": "^5.0.1",
"compressible": "^2.0.18",
"fast-safe-stringify": "^2.0.7",
"get-stream": "^5.1.0",
"got": "^12.0.2",
"http-proxy": "^1.18.1",
"is-stream": "^2.0.0",
"isomorphic-git": "^1.13.1",
"koa": "^2.13.4",
"koa-is-json": "^1.0.0",
"koa-router": "^10.1.1",
"koa-subdomain": "^3.0.0",
"lodash": "^4.17.21",
"mathjs": "^10.5.0",
"p-queue": "^7.2.0",
"path-match": "^1.2.4",
"redis": "^4.0.4",
"ripemd160": "^2.0.2",
"rpc-websockets": "^7.4.18",
"uuid": "^8.3.2"
}
}