feat: v1.2.0
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
mol
2023-12-13 18:54:37 +08:00
parent d03ffb0cfc
commit 901f127b8a
20 changed files with 824 additions and 63 deletions

View File

@ -4,15 +4,20 @@
"description": "使用miraijs开发,用于连接kuginn等外部服务与mirai通信的中转服务器",
"author": "mol",
"main": "app.js",
"type": "module",
"imports": {
"#root/*": "./*"
},
"scripts": {
"dev": "node start.js",
"start": "node app.js"
},
"dependencies": {
"dayjs": "^1.11.7",
"mirai-js": "^2.8.11"
"mirai-js": "^2.8.11",
"node-csv": "^0.1.2"
},
"devDependencies": {
"dotenv": "^16.1.1"
}
}
}