-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.83 KB
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
{
"name": "backtest-kit-redis-postgres-pgpool-docker",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"start": "npm run build && node ./node_modules/@backtest-kit/cli/build/index.mjs",
"start:debug": "npm run build && node --inspect-brk ./node_modules/@backtest-kit/cli/build/index.mjs",
"start:repl": "dotenv -e .env -- npm run build && node -e \"require('./build/index.cjs')\" --interactive",
"start:docker": "npm run build && cross-env MODE=backtest ENTRY=1 UI=1 STRATEGY_FILE=./build/index.cjs docker-compose up -d",
"stop:docker": "docker-compose down"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "22.9.0",
"@types/qrcode-terminal": "0.12.2",
"cross-env": "10.1.0",
"dotenv-cli": "11.0.0",
"glob": "11.0.1",
"plantuml": "0.0.2",
"rimraf": "6.0.1",
"rollup": "3.29.5",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"ts-morph": "27.0.2",
"tslib": "2.7.0",
"typedoc": "0.27.9"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@backtest-kit/cli": "15.4.0",
"@backtest-kit/graph": "15.4.0",
"@backtest-kit/pinets": "15.4.0",
"@backtest-kit/signals": "15.4.0",
"@backtest-kit/ui": "15.4.0",
"@types/lodash": "4.17.24",
"@types/pg": "^8.20.0",
"agent-swarm-kit": "5.1.0",
"backtest-kit": "15.4.0",
"dayjs": "1.11.20",
"di-factory": "1.0.9",
"functools-kit": "4.0.0",
"garch": "1.2.3",
"get-moment-stamp": "3.0.0",
"ioredis": "5.6.1",
"jsonrepair": "3.12.0",
"lodash": "4.18.1",
"ollama": "0.6.3",
"pg": "^8.22.0",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.30",
"volume-anomaly": "1.2.3"
}
}