-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.83 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
64
65
66
67
68
69
{
"name": "@roadmanjs/fluxer",
"version": "0.0.9",
"description": " A roadman for market data",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"docs/",
"build/",
"register/",
"LICENSE"
],
"author": {
"name": "Ceddy Muhoza",
"email": "[email protected]",
"url": "https://ceddy.org"
},
"scripts": {
"db": "mocha src/db/*test.ts --exit",
"test": "PORT=3030 mocha src/*test.ts --exit",
"providers": "mocha src/providers/*test.ts --exit",
"compare": "mocha src/cache/*test.ts --exit",
"dev": "nodemon src/app.ts",
"pm2": "pm2 start src/app.ts --watch --name exodus",
"build": "tsc --skipLibCheck",
"serve": "NODE_ENV=production node build/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibnode/fluxer.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/ibnode/fluxer/issues"
},
"homepage": "https://github.com/ibnode/fluxer#readme",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/lodash": "^4.14.150",
"@types/mocha": "^7.0.2",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/supertest": "^2.0.11",
"chai": "^4.2.0",
"mocha": "^8.1.3",
"nodemon": "^2.0.3",
"supertest": "^6.2.2",
"ts-node": "^8.9.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.21.0",
"@polygon.io/client-js": "^6.0.6",
"@roadmanjs/logs": "^0.0.1",
"@sentry/node": "^5.15.5",
"@stoqey/finnhub": "^0.3.4",
"@stoqey/ib": "^1.2.31",
"@stoqey/ibkr": "^1.8.3",
"@types/express": "^4.17.6",
"class-validator": "^0.13.2",
"couchset": "^0.0.17",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"node-kraken-api": "^2.2.2",
"roadman": "^0.3.0"
}
}