forked from totallyswede/cosmos-stake-bot
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"name": "cosmos-client-2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon -x ts-node index.ts",
"run": "node index.ts"
},
"keywords": [],
"author": "Totally Swede",
"license": "ISC",
"dependencies": {
"@azure/identity": "^2.0.1",
"@azure/keyvault-secrets": "^4.3.0",
"@babel/preset-env": "^7.16.11",
"@cosmjs/json-rpc": "^0.27.0",
"@cosmjs/math": "^0.27.0",
"@cosmjs/proto-signing": "^0.27.0",
"@cosmjs/stargate": "^0.27.0",
"@types/node": "^10.12.18",
"cosmos-client": "https://gitpkg.now.sh/totallyswede/cosmos-client-ts/dist?main",
"minimist": "^1.2.5",
"ts-node-dev": "^1.1.8",
"@cosmjs/amino": "^0.27.1",
"@cosmjs/crypto": "^0.27.1",
"@cosmjs/encoding": "^0.27.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/tendermint-rpc": "^0.27.1",
"@tendermint/amino-js": "^0.6.2",
"axios": "^0.26.1",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.0",
"babel-jest": "^27.4.6",
"jest": "^27.4.7",
"nodemo": "^1.0.0",
"ts-node": "^10.4.0"
}
}