update at 2026-04-21 17:55:41

This commit is contained in:
douboer
2026-04-21 17:55:41 +08:00
parent dda7eaeec1
commit 6199ec79d4
37 changed files with 1106 additions and 174 deletions

10
server/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "note2any-wx-server",
"version": "1.0.0",
"private": true,
"description": "TypeScript implementation of the note2any WeChat proxy server",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js"
}
}