13 lines
339 B
JSON
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"
|
|
}
|
|
} |