-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.56 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.56 KB
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
82
{
"name": "@getsafle/safle-vault",
"version": "2.9.7",
"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": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsafle/safle-vault.git"
},
"author": "safle",
"contributors": [
{
"name": "Arjun",
"email": "arjun@getsafle.com"
},
{
"name": "Apoorv",
"email": "apoorv@getsafle.com"
},
{
"name": "Shubham",
"email": "shubham@getsafle.com"
},
{
"name": "Shubhangi",
"email": "shubhangi@getsafle.com"
},
{
"name": "Abhishek",
"email": "abhishek@chainflux.com"
},
{
"name": "Subhanshu",
"email": "subhanshu@getsafle.com"
},
{
"name": "Husien",
"email": "husien@getsafle.com"
}
],
"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-concordium-controller": "^1.0.1",
"@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.2",
"@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"
}
}