-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.45 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@getsafle/safle-vault",
"version": "2.9.3",
"description": "Safle Vault is a non-custodial, flexible and highly available crypto wallet which can be used to access dapps, send/receive crypto and store identity. Vault SDK is used to manage the vault and provide methods to generate vault, add new accounts, update the state and also enable the user to perform several vault related operations.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsafle/safle-vault.git"
},
"author": "safle",
"contributors": [
{
"name": "Arjun",
"email": "[email protected]"
},
{
"name": "Apoorv",
"email": "[email protected]"
},
{
"name": "Shubham",
"email": "[email protected]"
},
{
"name": "Shubhangi",
"email": "[email protected]"
},
{
"name": "Abhishek",
"email": "[email protected]"
},
{
"name": "Subhanshu",
"email": "[email protected]"
},
{
"name": "Husien",
"email": "[email protected]"
}
],
"keywords": [
"vault",
"keyring"
],
"license": "MIT",
"homepage": "https://github.com/getsafle/safle-vault#readme",
"dependencies": {
"@getsafle/safle-identity-wallet": "^1.3.0",
"@getsafle/transaction-controller": "^1.9.3",
"@getsafle/vault-arbitrum-controller": "^1.0.8",
"@getsafle/vault-avalanche-controller": "^1.2.2",
"@getsafle/vault-base-controller": "^1.0.2",
"@getsafle/vault-bevm-controller": "^1.0.3",
"@getsafle/vault-bitcoin-controller": "^2.0.7",
"@getsafle/vault-bsc-controller": "^1.2.4",
"@getsafle/vault-eth-controller": "^1.4.6",
"@getsafle/vault-evm-controller": "^1.0.1",
"@getsafle/vault-mantle-controller": "^1.0.1",
"@getsafle/vault-optimism-controller": "^1.0.8",
"@getsafle/vault-polygon-controller": "^1.2.8",
"@getsafle/vault-polygon-zkevm-controller": "^1.0.1",
"@getsafle/vault-rootstock-controller": "^1.0.0",
"@getsafle/vault-sol-controller": "^1.0.1",
"@getsafle/vault-stacks-controller": "^1.0.5",
"@getsafle/vault-velas-controller": "^1.3.1",
"bip39": "^3.0.4",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.4.5",
"eth-sig-util": "^3.0.1",
"ethers": "^5.5.3",
"jest": "^29.4.3",
"limiter": "^2.1.0",
"lodash": "^4.17.21",
"obs-store": "^4.0.3",
"web3": "^1.9.0"
}
}