Files
note2any/server/package.json
2026-04-21 17:55:41 +08:00

11 lines
249 B
JSON

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