-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
38 lines (38 loc) · 907 Bytes
/
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
{
"name": "@yuants/vendor-ccxt",
"version": "0.3.25",
"files": [
"dist/extension.bundle.js"
],
"scripts": {
"build": "heft test --clean && api-extractor run --local && yuan-toolkit post-build"
},
"dependencies": {
"@yuants/protocol": "workspace:*",
"rxjs": "~7.5.6",
"ccxt": "~4.2.48",
"@yuants/data-model": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "~7.30.0",
"@rushstack/heft": "~0.47.5",
"@rushstack/heft-jest-plugin": "~0.3.30",
"@rushstack/heft-node-rig": "~1.10.7",
"@types/heft-jest": "1.0.3",
"@types/node": "18",
"@yuants/extension": "workspace:*",
"@yuants/tool-kit": "workspace:*",
"typescript": "~4.7.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"io_ntnl": {
"deploy_files": [
"dist",
"lib",
"temp"
]
}
}