初始提交:添加各项基础配置

This commit is contained in:
LiuEnder
2026-03-09 19:46:30 +08:00
commit 766e6678b7
4 changed files with 745 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "gold-price-monitor",
"version": "1.0.0",
"description": "A script to monitor ICBC gold price and push notifications via ServerChan.",
"main": "GoldPriceV6cooldown.js",
"scripts": {
"start": "node GoldPriceV6cooldown.js"
},
"dependencies": {
"puppeteer-core": "^21.0.0",
"serverchan-sdk": "^1.0.0"
}
}