feat(server): first version
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user