feat: v1.1.4

This commit is contained in:
mol
2023-05-31 14:21:33 +08:00
commit 9b8dafefb1
17 changed files with 596 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "mirai-middle-server",
"version": "1.1.4",
"description": "使用miraijs开发,用于连接kuginn等外部服务与mirai通信的中转服务器",
"author": "mol",
"main": "app.js",
"scripts": {
"dev": "node start.js",
"start": "node app.js"
},
"dependencies": {
"dayjs": "^1.11.7",
"mirai-js": "^2.8.11"
},
"devDependencies": {
"dotenv": "^16.1.1"
}
}