-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "boursycrypto",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "tsc -d -p .",
"lint": "tslint -c tslint.json -p . -t stylish",
"run_js": "node build/main.js",
"run_ts_LTC": "ts-node src/main.ts application_LTC.yml no",
"run_ts_LTC simu": "ts-node src/main.ts application_LTC.yml yes",
"run_ts_ETH": "ts-node src/main.ts application_ETH.yml no",
"run_ts_ETH_simu": "ts-node src/main.ts application_ETH.yml yes",
"run_ts_BTC": "ts-node src/main.ts application_BTC.yml no",
"run_ts_BTC_simu": "ts-node src/main.ts application_BTC.yml yes"
},
"dependencies": {
"@types/yamljs": "^0.2.30",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"gdax-trading-toolkit": "0.1.29",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"nativescript-email": "^1.5.1",
"rxjs": "^5.5.2",
"serve-favicon": "~2.4.5",
"typescript-collections": "^1.2.5",
"yamljs": "^0.3.0"
},
"devDependencies": {
"ts-node": "^3.3.0",
"tslint": "5.6.0",
"typescript": "^2.5.3"
}
}