guanghulab/package.json
2026-05-10 13:12:44 +08:00

29 lines
905 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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",
"test:contract": "node scripts/hli-contract-check.js && node tests/contract/ftchat.test.js",
"test:route-align": "node scripts/route-align-check.js",
"start": "node server.js",
"start:test": "node src/index.js",
"test:smoke": "node tests/smoke/hli-smoke.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@notionhq/client": "^5.13.0",
"axios": "^1.13.6",
"body-parser": "^2.2.2",
"cors": "^2.8.6",
"dingtalk-encrypt": "^2.1.1",
"dingtalk-stream": "^2.1.4",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"nodemailer": "^7.0.11"
}
}