1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-29 06:06:37 +00:00
tic-tac-toe-ws/package.json
2024-09-02 22:35:04 +02:00

19 lines
331 B
JSON

{
"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"
}
}