feat(server): first version

This commit is contained in:
2021-10-30 00:30:23 +08:00
commit 7e8985972c
11 changed files with 4224 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "bot-server",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@journeyapps/sqlcipher": "^5.2.0",
"@koa/cors": "^3.1.0",
"@koa/router": "^10.1.1",
"commander": "^8.3.0",
"dayjs": "^1.10.7",
"inquirer": "^8.2.0",
"koa": "^2.13.4",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.3.1",
"sqlite": "^4.0.23",
"wechat4u": "^0.7.7"
}
}