-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "BlogChatAI",
"version": "1.0.0",
"type": "module",
"description": "博客的连接聊天机器人后端的后端桥接器,目前已实现HEXO等前端博客使用onebot虚拟机器人桥接机器人后端,支持Yunzai-TRSS、Nonebot、GSUID等以及其Ai智能智能体插件",
"main": "app.js",
"scripts": {
"dev": "node app.js",
"start": "pm2 start ./config/pm2/pm2.json",
"stop": "pm2 stop ./config/pm2/pm2.json",
"restart": "pm2 restart ./config/pm2/pm2.json",
"logs": "pm2 logs chatbot-auth",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"BlogChatAI",
"authentication",
"onebot",
"websocket",
"redis"
],
"author": "ayakasuki",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^7.0.0",
"morgan": "^1.10.0",
"redis": "^4.6.7",
"yaml": "^2.8.2"
},
"devDependencies": {
"@types/node": "^20.5.0",
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayakasuki/BlogChatAI.git"
},
"bugs": {
"url": "https://github.com/ayakasuki/BlogChatAI/issues"
},
"homepage": "https://github.com/ayakasuki/BlogChatAI#readme"
}