2026-03-10 21:20:01 +08:00
|
|
|
|
{
|
|
|
|
|
|
"name": "dingtalk-bot",
|
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
|
"description": "- 负责人:之之 - 状态:环节0已完成 - 技术栈:Node.js + Express - 依赖模块:无",
|
|
|
|
|
|
"main": "broadcast-generator.js",
|
|
|
|
|
|
"scripts": {
|
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
|
"start": "node server.js"
|
|
|
|
|
|
},
|
|
|
|
|
|
"keywords": [],
|
|
|
|
|
|
"author": "",
|
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
"axios": "^1.13.6",
|
2026-03-15 12:06:56 +08:00
|
|
|
|
"body-parser": "^2.2.2",
|
|
|
|
|
|
"cors": "^2.8.6",
|
|
|
|
|
|
"dingtalk-encrypt": "^2.1.1",
|
|
|
|
|
|
"dingtalk-stream": "^2.1.4",
|
2026-03-10 21:20:01 +08:00
|
|
|
|
"dotenv": "^17.3.1",
|
|
|
|
|
|
"express": "^5.2.1"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|