This commit is contained in:
2025-03-31 00:22:21 +03:00
commit 38f2a05107
146 changed files with 66771 additions and 0 deletions

17
ws/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "WS Sheep Service",
"version": "1.0.0",
"main": "ws.js",
"scripts": {
"start": "node ws.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"sqlite3": "^5.1.7",
"url": "^0.11.4",
"ws": "^8.18.0"
}
}