Files
gold-worm-icbc/package.json
2026-03-10 12:20:36 +08:00

16 lines
372 B
JSON

{
"name": "gold-price-monitor",
"version": "1.0.0",
"description": "A script to monitor ICBC gold price and push notifications via ServerChan.",
"main": "GoldPrice.js",
"scripts": {
"start": "node GoldPrice.js"
},
"dependencies": {
"axios": "^1.13.6",
"cheerio": "^1.2.0",
"npm-check-updates": "^19.6.3",
"serverchan-sdk": "^1.0.6"
}
}