-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
206 lines (206 loc) · 6.55 KB
/
package.json
File metadata and controls
206 lines (206 loc) · 6.55 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
"name": "edge-currency-accountbased",
"version": "4.78.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": "./lib/index.js",
"react-native": "./lib/react-native.js",
"types": "./edge-currency-accountbased.d.ts",
"files": [
"/android/build.gradle",
"/android/src/",
"/CHANGELOG.md",
"/edge-currency-accountbased.d.ts",
"/edge-currency-accountbased.podspec",
"/ios/",
"/lib/",
"/LICENSE",
"/package.json",
"/README.md",
"/rn-piratechain.d.ts",
"/rn-piratechain.js",
"/rn-zano.d.ts",
"/rn-zano.js",
"/rn-zcash.d.ts",
"/rn-zcash.js",
"/rn.d.ts",
"/rn.js"
],
"scripts": {
"clean": "rimraf dist lib android/src/main/assets/edge-currency-accountbased",
"cli": "node -r sucrase/register cli/cli.ts",
"fix": "eslint . --fix",
"lint": "NODE_OPTIONS=--max-old-space-size=8192 eslint .",
"make-checkpoints": "node -r sucrase/register scripts/makeCheckpoints.ts",
"make-cosmos-protos": "node -r sucrase/register ./scripts/cosmos-ts-protos/generate-ts-protos.ts",
"make-cosmos-chain-json": "node -r sucrase/register ./scripts/cosmos-ts-protos/generate-chain-json.ts",
"node": "sucrase -d ./lib -q -t imports,typescript ./src",
"precommit": "lint-staged && npm-run-all types test",
"prepare": "husky install && patch-package && npm-run-all clean node types webpack",
"start": "webpack serve",
"test": "nyc mocha",
"nettest": "nyc mocha --config .nettest.mocharc.json",
"types": "tsc",
"webpack": "webpack && cp -r android/src/main/assets/edge-currency-accountbased dist",
"verify": "npm-run-all prepare lint types test"
},
"lint-staged": {
"*.{js,ts,json}": "eslint"
},
"resolutions": {
"@greymass/eosio": "^0.6.8",
"bn.js": "5.2.1",
"browserify-aes": "1.2.0",
"bs58": "4.0.1",
"bs58check": "2.1.2",
"create-hash": "1.2.0",
"create-hmac": "1.1.7",
"ecurve": "1.0.6",
"elliptic": "6.5.4",
"hdkey": "1.1.1",
"long": "4.0.0",
"randombytes": "2.1.0",
"readable-stream": "2.3.7",
"regenerator-runtime": "0.13.11",
"safe-buffer": "5.2.1",
"scrypt-js": "3.0.1",
"scrypt.js": "0.3.0",
"uuid": "3.3.3"
},
"dependencies": {
"@chain-registry/client": "^2.0.28",
"@chain-registry/types": "^2.0.28",
"@cosmjs/stargate": "^0.32.3",
"@emurgo/cardano-serialization-lib-nodejs": "^14.1.1",
"@ethereumjs/common": "^4.0.0",
"@ethereumjs/tx": "^5.0.0",
"@fioprotocol/fiosdk": "https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71",
"@greymass/eosio": "^0.6.8",
"@greymass/eosio-resources": "^0.7.0",
"@hashgraph/sdk": "^2.44.0",
"@haverstack/axios-fetch-adapter": "^0.12.0",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/umi": "^1.2.0",
"@mysten/sui": "^1.18.0",
"@polkadot/api": "^16.5.1",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.91.8",
"@taquito/http-utils": "^23.0.2",
"@taquito/local-forging": "^23.0.2",
"@taquito/rpc": "^23.0.2",
"@taquito/signer": "^23.0.2",
"@taquito/taquito": "^23.0.2",
"@taquito/utils": "^23.0.2",
"@ton/core": "^0.59.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.1.0",
"@zondax/izari-filecoin": "^1.2.6",
"algosdk": "^2.1.0",
"assert-log": "^0.2.2",
"biggystring": "^4.2.3",
"bip39": "^3.0.2",
"bs58": "4.0.1",
"chain-registry": "^2.0.174",
"cleaners": "^0.3.14",
"ed25519-hd-key": "^1.3.0",
"es-aggregate-error": "^1.0.13",
"eth-sig-util": "^3.0.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.5",
"ethers": "^5.6.0",
"isomorphic-ws": "^5.0.0",
"rfc4648": "^1.5.0",
"stellar-sdk": "^0.11.0",
"tezos-uri": "^1.0.3",
"ton-watcher": "^1.1.7",
"tronweb": "^5.1.0",
"ts-proto": "^1.162.1",
"tweetnacl": "^1.0.3",
"uri-js": "^3.0.2",
"url-parse": "^1.4.1",
"ws": "^8.18.0",
"xrpl": "^2.10.0",
"yaob": "^0.3.6"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@emurgo/cardano-serialization-lib-asmjs": "^14.1.1",
"@grpc/grpc-js": "^1.7.3",
"@grpc/proto-loader": "^0.7.3",
"@sucrase/webpack-loader": "^2.0.0",
"@types/chai": "^4.2.9",
"@types/es-aggregate-error": "^1.0.6",
"@types/mocha": "^7.0.1",
"@types/node": "^16.11.18",
"@types/node-fetch": "2.x",
"@types/shell-quote": "^1.7.2",
"@types/url-parse": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"abort-controller": "3.0.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"clipanion": "^4.0.0-rc.2",
"crypto-browserify": "^3.12.0",
"edge-core-js": "^2.42.0",
"esbuild-loader": "^2.20.0",
"eslint": "^8.19.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-import": "^2.22.2",
"eslint-plugin-json-files": "^1.3.0",
"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",
"https-browserify": "^1.0.0",
"husky": "^7.0.4",
"lint-staged": "^10.5.3",
"mocha": "^8.1.3",
"nanocolors": "^0.2.13",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
"os-browserify": "^0.3.0",
"patch-package": "^6.5.1",
"path-browserify": "^1.0.1",
"prettier": "^2.2.0",
"process": "^0.11.10",
"querystring": "^0.2.1",
"react-native-piratechain": "0.5.0",
"react-native-zano": "^0.2.7",
"react-native-zcash": "0.10.1",
"rimraf": "^3.0.2",
"shell-quote": "^1.8.1",
"stream-browserify": "^2.0.2",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"sucrase": "^3.13.0",
"typescript": "5.0.4",
"url": "^0.11.4",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"peerDependencies": {
"react-native-piratechain": "v0.5.0",
"react-native-zano": "^0.2.7",
"react-native-zcash": "^0.10.1"
}
}