Files
qywx-push/package.json
2025-07-06 11:35:36 +08:00

31 lines
614 B
JSON

{
"name": "wechat-notifier",
"version": "1.0.0",
"description": "企业微信通知转发服务 - 类似Server酱的轻量级通知服务",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"wechat",
"notification",
"api",
"webhook"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0",
"wxcrypt": "^1.4.3",
"xmldom": "^0.6.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}