forked from chainapsis/keplr-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 719 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 719 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
{
"name": "@keplr-wallet/provider",
"version": "0.12.233",
"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": {
"@keplr-wallet/router": "0.12.233",
"@keplr-wallet/types": "0.12.233",
"buffer": "^6.0.3",
"deepmerge": "^4.2.2",
"long": "^4.0.0"
},
"peerDependencies": {
"starknet": "^6"
}
}