Initialize LineUp app server
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user