forked from Team-Kujira/kujira.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "kujira.js",
"description": "JS Interface for the Kujira Blockchain",
"version": "1.0.71",
"license": "MIT",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"ibc": "node ibc.mjs",
"contracts": "node contracts.mjs"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@dao-dao/cosmiframe": "^0.1.0",
"@ethersproject/bignumber": "^5.7.0",
"@keplr-wallet/types": "^0.12.79",
"@leapwallet/cosmos-snap-provider": "^0.1.26",
"@types/google-protobuf": "^3.15.6",
"@walletconnect/sign-client": "^2.12.2",
"cbor-x": "^1.5.9",
"chain-registry": "^1.27.0",
"cosmjs-types": "^0.9.0",
"elliptic": "^6.5.5",
"long": "^4.0.0",
"text-encoding": "^0.7.0",
"uuid": "^9.0.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/elliptic": "^6.4.18",
"@types/uuid": "^9.0.8",
"react": "^18.2.0",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]"
}