-
Notifications
You must be signed in to change notification settings - Fork 459
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "@keplr-wallet/stores",
"version": "0.12.153",
"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/**/*\""
},
"devDependencies": {
"@keplr-wallet/provider-mock": "0.12.153"
},
"dependencies": {
"@keplr-wallet/common": "0.12.153",
"@keplr-wallet/cosmos": "0.12.153",
"@keplr-wallet/crypto": "0.12.153",
"@keplr-wallet/mobx-utils": "0.12.153",
"@keplr-wallet/proto-types": "0.12.153",
"@keplr-wallet/simple-fetch": "0.12.153",
"@keplr-wallet/types": "0.12.153",
"@keplr-wallet/unit": "0.12.153",
"buffer": "^6.0.3",
"deepmerge": "^4.2.2",
"eventemitter3": "^4.0.7",
"long": "^4.0.0",
"p-queue": "^6.6.2",
"utility-types": "^3.10.0"
},
"peerDependencies": {
"mobx": "^6",
"mobx-utils": "^6"
}
}