修正ssl连接功能;修改默认参数。
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
"name": "gold-price-monitor",
|
||||
"version": "1.0.0",
|
||||
"description": "A script to monitor ICBC gold price and push notifications via ServerChan.",
|
||||
"main": "GoldPriceV6cooldown.js",
|
||||
"main": "GoldPrice.js",
|
||||
"scripts": {
|
||||
"start": "node GoldPriceV6cooldown.js"
|
||||
"start": "node GoldPrice.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.13.6",
|
||||
"cheerio": "^1.1.2",
|
||||
"serverchan-sdk": "^1.0.0"
|
||||
"cheerio": "^1.2.0",
|
||||
"npm-check-updates": "^19.6.3",
|
||||
"serverchan-sdk": "^1.0.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user