初始提交:添加各项基础配置
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user