forked from smartcontractkit/external-adapters-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 2.79 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
{
"name": "@chainlink/external-adapters-js",
"version": "0.1.4",
"license": "MIT",
"private": true,
"workspaces": [
"lcx",
"linkpool",
"onchain",
"lition",
"covid-tracker",
"messari",
"coinlore",
"trueusd",
"cryptoid",
"blockchair",
"bitso",
"cryptomkt",
"satoshitango",
"bitex",
"orchid-bandwidth",
"genesis-volatility",
"metalsapi",
"bravenewcoin-vwap",
"dxfeed",
"tradingeconomics",
"marketstack",
"nikkei",
"binance-dex",
"nomics",
"external-adapter",
"example",
"1forge",
"alphachain",
"alphavantage",
"amberdata",
"bravenewcoin",
"bootstrap",
"coinapi",
"coinbase",
"coingecko",
"coinmarketcap",
"coinpaprika",
"cryptoapis",
"cryptocompare",
"currencylayer",
"eodhistoricaldata",
"fcsapi",
"finnhub",
"fixer",
"fmpcloud",
"kaiko",
"oilpriceapi",
"openexchangerates",
"polygon",
"tradinghours",
"google-finance",
"etherchain",
"poa-gasprice",
"anyblock-gasprice",
"anyblock-uniswap-vwap",
"ethgasstation",
"amberdata-gasprice",
"synth-index/coinapi",
"synth-index/coingecko",
"synth-index/coinmarketcap",
"synth-index/coinpaprika",
"synth-index/bravenewcoin",
"synth-index/cryptocompare",
"synth-index/amberdata",
"wbtc-address-set",
"renvm-address-set",
"blockchain.com",
"blockcypher",
"reduce",
"json-rpc",
"composite/**",
"xbto"
],
"scripts": {
"lint": "yarn workspaces run lint",
"lint:fix": "yarn workspaces run lint:fix",
"test": "yarn workspaces run test",
"test:unit": "yarn workspaces run test:unit",
"test:integration": "yarn workspaces run test:integration",
"test:example": "yarn workspace @chainlink/example test",
"test:example-start-server": "node ./helpers/server.js"
},
"dependencies": {
"@chainlink/ea-bootstrap": "^0.1.3",
"@chainlink/external-adapter": "^0.2.6",
"@zeit/ncc": "^0.22.1",
"boxhock_google-finance-data": "^0.1.0",
"decimal.js": "^10.2.0",
"ethers": "^4.0.47",
"express": "^4.17.0",
"market-closure": "^0.1.2",
"synthetix": "^2.29.3",
"web3": "^1.2.11"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"chai": "^4.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.2",
"prettier": "^2.0.5",
"sinon": "^9.0.3",
"wsrun": "^5.2.4"
},
"resolutions": {
"**/lodash": "^4.17.20",
"**/elliptic": "^6.5.3",
"**/minimist": "^1.2.5"
}
}