-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
59
60
61
62
63
{
"dependencies": {
"@channel/channel": "^1.0.0",
"@grpc/proto-loader": "^0.5.1",
"@types/lazy.js": "^0.5.0",
"bignumber.js": "^9.0.0",
"bluebird": "^3.5.5",
"bookshelf": "^0.14.2",
"ccxt": "^1.18.615",
"dotenv": "^8.0.0",
"ethereumjs-abi": "^0.6.7",
"ethereumjs-util": "^6.1.0",
"grpc": "^1.21.1",
"grpc-boom": "^1.0.22",
"grpc-promise": "^1.4.0",
"influx": "^5.1.0",
"knex": "^0.17.3",
"lazy.js": "^0.5.1",
"lodash": "^4.17.15",
"luxon": "^1.16.0",
"outdent": "^0.7.0",
"pg": "^7.11.0",
"pino": "^5.12.6",
"sprintf": "^0.1.5",
"tslint-config-airbnb": "^5.11.1",
"web3": "^1.0.0-beta.55"
},
"devDependencies": {
"@types/bookshelf": "^0.13.2",
"@types/dotenv": "^6.1.1",
"@types/knex": "^0.16.1",
"@types/luxon": "^1.15.1",
"@types/node": "^12.0.7",
"@types/pino": "^5.8.8",
"@types/protobufjs": "^6.0.0",
"nodemon": "^1.19.1",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"typescript-register": "^1.1.0"
},
"bin": {
"dexter-data": "./bin/dexter-data"
},
"name": "dexter-data",
"version": "1.0.0",
"description": "A service for continuous market data collection",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dist": "tsc || true"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Whiteblock/dexter-data.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Whiteblock/dexter-data/issues"
},
"homepage": "https://github.com/Whiteblock/dexter-data#readme"
}