forked from chainapsis/keplr-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 902 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
{
"name": "@keplr-wallet/cosmos",
"version": "0.12.157",
"main": "build/index.js",
"author": "chainapsis",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf node_modules; rm -rf build",
"build": "tsc",
"dev": "tsc -w",
"test": "jest --passWithNoTests",
"lint-test": "eslint \"src/**/*\" && prettier --check \"src/**/*\"",
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
},
"dependencies": {
"@ethersproject/address": "^5.6.0",
"@keplr-wallet/common": "0.12.157",
"@keplr-wallet/crypto": "0.12.157",
"@keplr-wallet/proto-types": "0.12.157",
"@keplr-wallet/simple-fetch": "0.12.157",
"@keplr-wallet/types": "0.12.157",
"@keplr-wallet/unit": "0.12.157",
"bech32": "^1.1.4",
"buffer": "^6.0.3",
"long": "^4.0.0",
"protobufjs": "^6.11.2"
}
}