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