-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
17 lines (17 loc) · 812 Bytes
/
Copy pathdeno.json
File metadata and controls
17 lines (17 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "@littleyy/baostock",
"version": "0.0.6",
"license": "MIT",
"exports": "./mod.js",
"tasks": {
"login_test": "deno test -A ./tests/login_test.js",
"query_stock_basic_test": "deno test -A ./tests/query_stock_basic_test.js",
"login2_test": "deno test -A ./tests/login2_test.js",
"wasi_send_msg_test": "deno test -A ./tests/wasi_send_msg_test.js",
"query_sz50_stocks_test": "deno test -A ./tests/query_sz50_stocks_test.js",
"query_hs300_stocks_test": "deno test -A ./tests/query_hs300_stocks_test.js",
"query_zz500_stocks_test": "deno test -A ./tests/query_zz500_stocks_test.js",
"mod_test": "deno test -A ./tests/mod_test.js",
"query_history_k_data_plus_test": "deno test -A ./tests/query_history_k_data_plus_test.js"
}
}