forked from bithyve/cktap-protocol-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 904 Bytes
/
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
{
"name": "coinkite-tap-protocol-js",
"version": "0.0.1",
"description": "coinkite's tap protocol to support Tapcards and Satcards in javascript",
"main": "index.js",
"scripts": {
"prepare": "install-peers",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"coinkite_tap_protocol-js",
"js-coinkite_tap_protocol",
"cointap-js",
"js-cointap"
],
"author": "Praneeth G",
"license": "MIT",
"dependencies": {
"@ellipticoin/cbor": "^1.0.4",
"bech32": "^2.0.0",
"bip32": "^2.0.6",
"bs58": "^5.0.0",
"buf-b32": "^2.2.0",
"buffer-xor": "^2.0.2",
"ecpair": "^2.0.1",
"js-sha256": "^0.9.0",
"ripemd160": "^2.0.2",
"secp256k1": "^4.0.3"
},
"peerDependencies": {
"react-native": ">=0.60.0",
"react-native-nfc-manager": ">=3.13.2"
},
"devDependencies": {
"install-peers-cli": "^2.2.0"
}
}