初始化小财项目
This commit is contained in:
14
server/package.json
Normal file
14
server/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "xiaocai-ai",
|
||||
"version": "1.0.0",
|
||||
"description": "AI-powered internal chat with automatic purchase tracking",
|
||||
"main": "server.js",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"ws": "^8.13.0",
|
||||
"better-sqlite3": "^9.4.3",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user