-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "pro",
"version": "1.0.0",
"scripts": {
"start": "node ./node_modules/@backtest-kit/cli/build/index.mjs",
"start:debug": "node --inspect-brk ./node_modules/@backtest-kit/cli/build/index.mjs",
"build": "npm run build:x",
"build:win": "dotenv -e .env -- .\\scripts\\win\\build.bat",
"build:x": "dotenv -e .env -- ./scripts/linux/build.sh"
},
"dependencies": {
"@backtest-kit/cli": "13.6.0",
"@backtest-kit/graph": "13.6.0",
"@backtest-kit/mongo": "3.5.0",
"@backtest-kit/pinets": "13.6.0",
"@backtest-kit/signals": "13.6.0",
"@backtest-kit/ui": "13.6.0",
"di-factory": "1.0.9",
"functools-kit": "2.3.0",
"agent-swarm-kit": "2.7.0",
"backtest-kit": "13.6.0",
"dayjs": "1.11.20",
"get-moment-stamp": "2.0.0",
"mongoose": "8.23.0",
"ollama": "0.6.3",
"ioredis": "5.6.1",
"jsonrepair": "3.12.0",
"lodash": "4.18.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/lodash": "4.17.24",
"cross-env": "10.1.0",
"dotenv-cli": "11.0.0",
"glob": "11.0.1",
"rimraf": "6.0.1",
"ts-morph": "27.0.2",
"tslib": "2.7.0",
"@rollup/plugin-typescript": "11.1.6",
"rollup": "3.29.5",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4"
},
"workspaces": [
"./packages/*"
]
}