-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 900 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
{
"name": "oracle-rate-provider",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rotcivegaf/oracle-rate-provider.git"
},
"author": "rotcivegaf",
"license": "ISC",
"bugs": {
"url": "https://github.com/rotcivegaf/oracle-rate-provider/issues"
},
"homepage": "https://github.com/rotcivegaf/oracle-rate-provider#readme",
"dependencies": {
"axios": "^0.19.0",
"ccxt": "^1.18.997",
"commander": "^2.20.0",
"marmojs": "^0.2.19",
"node-persist": "^3.0.5",
"web3": "^1.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
}
}