Files
2026-08-07 13:36:56 +08:00

19 lines
342 B
JSON

{
"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"
}
}