19 lines
369 B
JSON
19 lines
369 B
JSON
|
|
{
|
||
|
|
"name": "qqbot-webhook-demo",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "QQ机器人 Webhook 对接示例",
|
||
|
|
"main": "app.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node app.js"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.10.0",
|
||
|
|
"body-parser": "^1.20.2",
|
||
|
|
"dotenv": "^16.4.5",
|
||
|
|
"express": "^4.18.2",
|
||
|
|
"tweetnacl": "^1.0.3"
|
||
|
|
}
|
||
|
|
}
|