26 lines
661 B
JSON
26 lines
661 B
JSON
{
|
|
"name": "dingtalk-bot",
|
|
"version": "2.0.0",
|
|
"description": "钉钉AI人格体「秋秋」· Stream模式 · HoloLake",
|
|
"main": "index-stream.js",
|
|
"scripts": {
|
|
"start": "node index-stream.js",
|
|
"start:webhook": "node server.js",
|
|
"check": "node --check index-stream.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|