-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
162 lines (162 loc) · 4.65 KB
/
package.json
File metadata and controls
162 lines (162 loc) · 4.65 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "edge-currency-accountbased",
"version": "0.16.1",
"description": "Edge currency plugin for account based currencies",
"homepage": "https://edge.app/",
"repository": {
"type": "git",
"url": "git@github.com:EdgeApp/edge-currency-accountbased.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "Edge (Airbitz, Inc)",
"contributors": [
"Paul Puey <paul@edge.app>",
"William Swanson <william@edge.app>",
"Eliran Zach <eliran@edge.app>",
"Matthew Piché <matthew@edge.app>",
"Sam Holmes <sam@edge.app>",
"Jonathan Tzeng <jon@edge.app>",
"Austin Bonander <austin@launchbadge.com>"
],
"main": "./index.js",
"module": "./lib/index.js",
"files": [
"CHANGELOG.md",
"index.js",
"lib/*",
"bin/*",
"LICENSE",
"package.json",
"postinstall.sh",
"README.md"
],
"scripts": {
"build": "rimraf lib && rollup -c && sucrase ./src -q -d ./lib -t flow && webpack && npm run checkpoints",
"checkpoints": "cp -R ./src/zcash/zecCheckpoints lib/zcash/",
"fix": "npm run lint -- --fix",
"flow": "flow",
"postinstall": "sh ./postinstall.sh",
"lint": "eslint .",
"precommit": "lint-staged && flow && npm test && npm run build",
"prepare": "npm run build",
"test": "nyc mocha -r sucrase/register './test/**/*.test.js'",
"posttest": "nyc report --reporter=html",
"updot": "updot"
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
}
},
"lint-staged": {
"*.js": "eslint"
},
"resolutions": {
"axios": "0.19.0",
"babel-runtime": "6.26.0",
"bip39": "3.0.2",
"bn.js": "4.11.8",
"browserify-aes": "1.2.0",
"bs58": "4.0.1",
"bs58check": "2.1.2",
"core-js": "2.5.3",
"create-hash": "1.2.0",
"create-hmac": "1.1.7",
"ecurve": "1.0.6",
"elliptic": "6.4.1",
"eosjs-ecc": "4.0.7",
"ethereumjs-util": "5.2.0",
"hash-base": "3.0.4",
"hdkey": "1.1.1",
"inherits": "2.0.4",
"long": "4.0.0",
"process-nextick-args": "2.0.0",
"randombytes": "2.1.0",
"readable-stream": "3.6.0",
"regenerator-runtime": "0.13.4",
"ripemd160": "2.0.2",
"safe-buffer": "5.2.0",
"scrypt.js": "0.3.0",
"sha.js": "2.4.11",
"tweetnacl": "^1.0.3",
"uuid": "3.3.3"
},
"dependencies": {
"@binance-chain/javascript-sdk": "^4.2.0",
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@fioprotocol/fiosdk": "^1.5.0",
"@hashgraph/sdk": "^1.1.9",
"@solana/web3.js": "^1.32.0",
"@walletconnect/client": "1.6.6",
"biggystring": "^3.0.0",
"bip39": "^3.0.2",
"cleaners": "^0.3.12",
"ed25519-hd-key": "^1.2.0",
"eosjs": "^21.0.3",
"eosjs-api": "https://github.com/EdgeApp/eosjs-api.git#3676348b6a7443389b28d21c98067760c51e02fb",
"eosjs-ecc": "^4.0.7",
"esm": "^3.2.4",
"eth-sig-util": "^3.0.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "https://github.com/EdgeApp/ethereumjs-wallet.git#6157e11ea10a734fbe55f4c7ea542780975b60ef",
"eztz.js": "https://github.com/EdgeApp/eztz.git#edge-fixes",
"jsonschema": "^1.1.1",
"rfc4648": "^1.5.0",
"stellar-sdk": "^0.11.0",
"tezos-uri": "^1.0.3",
"tweetnacl": "^1.0.3",
"uri-js": "^3.0.2",
"url-parse": "^1.4.1",
"xrpl": "^2.1.1",
"yaob": "^0.3.6"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@polkadot/keyring": "^9.5.1",
"@polkadot/util-crypto": "^9.5.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@substrate/txwrapper-polkadot": "^3.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"edge-core-js": "^0.19.17",
"eslint": "^7.14.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-simple-import-sort": "^6.0.1",
"flow-bin": "^0.89.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.3",
"mocha": "^7.1.1",
"node-fetch": "^2.6.0",
"nyc": "^15.0.1",
"prettier": "^2.2.0",
"react-native-zcash": "^0.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.75.7",
"sucrase": "^3.13.0",
"updot": "^1.1.7",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"importSort": {
".js, .es": {
"parser": "babylon",
"style": "module"
}
},
"peerDependencies": {
"react-native-zcash": "^0.2.2"
},
"react-native": "./lib/react-native-accountbased.js"
}