15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|