-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.76 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
{
"name": "react-native-btc-eth-wallet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path,assert --hack;"
},
"keywords": [
"react-native",
"btc",
"eth",
"wallet",
"generator",
"react-native-btc-eth-wallet"
],
"author": "ishab",
"license": "ISC",
"dependencies": {
"assert": "^1.5.0",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
"buffer": "^4.9.2",
"ethers": "^4.0.40",
"events": "^1.1.1",
"path-browserify": "0.0.0",
"process": "^0.11.10",
"react": "^16.12.0",
"react-native": "^0.61.5",
"react-native-level-fs": "^3.0.1",
"readable-stream": "^1.0.33",
"rn-nodelify": "github:tradle/rn-nodeify",
"stream-browserify": "^1.0.0",
"util": "^0.10.4"
},
"react-native": {
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
},
"browser": {
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
},
"homepage": "https://github.com/ISHABACHARYA/react-native-btc-eth-wallet"
}