forked from bsv-blockchain/ts-stack
-
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) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 779 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": "@bsv/wallet-toolbox-client",
"version": "2.1.18",
"description": "Client only Wallet Storage",
"main": "./out/src/index.client.js",
"types": "./out/src/index.client.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bsv-blockchain/ts-stack.git",
"directory": "packages/wallet/wallet-toolbox/client"
},
"author": "Tone Engel",
"license": "SEE LICENSE IN license.md",
"keywords": [
"bsv",
"wallet",
"BRC100"
],
"bugs": {
"url": "https://github.com/bsv-blockchain/ts-stack/issues"
},
"homepage": "https://github.com/bsv-blockchain/ts-stack/tree/main/packages/wallet/wallet-toolbox/client#readme",
"dependencies": {
"@bsv/sdk": "^2.1.0",
"hash-wasm": "^4.12.0",
"idb": "^8.0.2"
}
}