-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
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
{
"name": "cosmos-indexer",
"version": "0.5.7",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"scripts": {
"install": "tsc"
},
"license": "MIT",
"dependencies": {
"@cosmjs/encoding": "^0.32.4",
"@cosmjs/proto-signing": "0.32.4",
"@cosmjs/stargate": "0.32.4",
"@cosmjs/tendermint-rpc": "0.32.4",
"await-timeout": "^1.1.1",
"chain-registry": "latest",
"cosmjs-types": "^0.9.0",
"mongodb": "^6.8.0",
"ts-node": "10.9.1",
"tslog": "^4.9.2",
"tsyringe": "^4.8.0",
"typeorm": "^0.3.17",
"typescript": "5.3.2",
"@types/await-timeout": "0.3.3"
},
"devDependencies": {
"@types/mongodb": "^4.0.7",
"@types/node": "20.10.2",
"reflect-metadata": "^0.1.13"
}
}