feat: 实现基于 Cloudflare Worker 的 WPS 表单数据转发至 GoToSocial 功能
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "wps-gotosocial-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "WPS表单数据推送到GoToSocial的Cloudflare Worker",
|
||||
"main": "src/worker.js",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev",
|
||||
"deploy": "wrangler deploy",
|
||||
"tail": "wrangler tail"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user