-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 894 Bytes
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
{
"name": "nesa-sdk",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cosmjs/amino": "^0.32.3",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.3",
"@keplr-wallet/types": "^0.12.80",
"@leapwallet/cosmos-snap-provider": "^0.1.26",
"@lionello/secp256k1-js": "^1.1.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"cosmjs-types": "^0.9.0",
"crypto-js": "^4.2.0",
"elliptic": "^6.5.5",
"stream-browserify": "^3.0.0",
"ws": "^7.5.9"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"ts-node": "^10.9.2"
}
}