-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 955 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
34
35
36
{
"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"
},
"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"
}
}