Files
gold-worm-icbc/package.json
2026-03-09 19:46:30 +08:00

13 lines
339 B
JSON

{
"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"
}
}