This commit is contained in:
2022-06-11 19:57:41 +02:00
parent f4ad1fedd4
commit ed40d946b6
6 changed files with 1914 additions and 146 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "clisite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"socket.io": "^4.5.1"
}
}