Initialize LineUp app server

This commit is contained in:
2026-08-07 13:36:56 +08:00
commit d6f6a92bab
24 changed files with 2184 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "lineup-app-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node --test assets/chat/*.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"dompurify": "^3.4.12",
"marked": "^15.0.12",
"ws": "^8.21.1"
}
}