1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2025-08-24 00:11:56 +00:00

Initial commit

This commit is contained in:
2024-09-02 22:34:24 +02:00
commit c9ed32806b
8 changed files with 249 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "test-ws",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/ws": "^8.5.12",
"typescript": "^5.5.4"
},
"dependencies": {
"ws": "^8.18.0"
}
}