mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2024-11-17 09:26:33 +00:00
21 lines
347 B
JSON
21 lines
347 B
JSON
{
|
|
"name": "test-ws",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.12",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|