auto-git:

[add] node/package-lock.json
 [change] .gitignore
 [change] node/package.json
This commit is contained in:
2025-05-28 02:14:52 +02:00
parent f82f475103
commit f2a4b903d0
3 changed files with 778 additions and 2 deletions

View File

@@ -8,5 +8,9 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"ws": "^8.18.2"
}
}