-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "stitch",
"version": "0.0.5",
"description": "An illegally-made, genetically-engineered, extraterrestrial lifeform which trades between triangular opportunities",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"build": "npx tsc --resolveJsonModule -p ./",
"run": "node built/src/index.js",
"lint": "npx tslint src/**/*.ts -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SignedBlock/stitch.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SignedBlock/stitch/issues"
},
"homepage": "https://github.com/SignedBlock/stitch#readme",
"dependencies": {
"axios": "^0.18.0",
"ccxt": "^1.17.324",
"decimal.js": "^10.0.1",
"graphlib": "^2.1.5",
"knex": "^0.15.2",
"lodash": "^4.17.11",
"mem": "^4.0.0",
"mysql2": "^1.6.5",
"stopcock": "^1.0.0",
"winston": "^3.1.0",
"ws-orderbook": "git+ssh://[email protected]/fatcathq/ws-orderbook.git#master"
},
"devDependencies": {
"@types/dotenv": "^6.1.0",
"@types/graphlib": "^2.1.4",
"@types/jest": "^23.3.9",
"@types/knex": "^0.14.24",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^10.10.1",
"dotenv": "^6.2.0",
"jest": "^24.3.0",
"plotly": "^1.0.6",
"progress": "^2.0.3",
"simple-statistics": "^6.1.1",
"stats-lite": "^2.2.0",
"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.1.6"
}
}