forked from Team-Kujira/kujira.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 818 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": "kujira.js",
"description": "JS Interface for the Kujira Blockchain",
"version": "0.5.0",
"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"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.29.4",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.29.4",
"@ethersproject/bignumber": "^5.7.0",
"@keplr-wallet/types": "^0.11.12",
"@walletconnect/client": "^1.8.0",
"cosmjs-types": "0.5.2",
"long": "^4.0.0",
"ts-node": "^10.9.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"react": "^18.2.0",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]"
}