-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
33 lines (33 loc) · 872 Bytes
/
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
{
"name": "cosmos-learn",
"version": "1.0.0",
"description": "",
"main": "multiSend.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cosmjs/amino": "^0.32.1",
"@cosmjs/cosmwasm-stargate": "^0.29.5",
"@cosmjs/crypto": "^0.27.1",
"@cosmjs/encoding": "^0.28.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/math": "^0.32.2",
"@cosmjs/proto-signing": "^0.29.0",
"@cosmjs/stargate": "^0.32.2",
"@cosmjs/tendermint-rpc": "^0.31.3",
"@injectivelabs/sdk-ts": "^1.14.4",
"@tendermint/amino-js": "^0.6.2",
"@terra-money/terra.js": "^3.0.9",
"axios": "^1.6.7",
"bip39": "^3.0.4",
"cosmjs-types": "^0.5.1",
"dotenv": "^16.0.0",
"mathjs": "^12.3.2",
"node-fetch": "^3.2.3"
}
}