{ "name": "qiwei-agent-skill-relay", "version": "0.1.0", "description": "企微客户群运营 Agent Skill — 中央 Webhook 中继服务", "type": "module", "scripts": { "dev": "npx tsx server.ts", "start": "node dist/server.js", "build": "tsc", "test:smoke": "node scripts/global-ingest-smoke-test.mjs" }, "dependencies": { "better-sqlite3": "^9.0.0", "cors": "^2.8.5", "dotenv": "^16.4.0", "express": "^4.21.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.0", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }