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

21 lines
347 B
JSON
Raw Normal View History

2024-09-02 20:34:24 +00:00
{
"name": "test-ws",
"version": "1.0.0",
"description": "",
"main": "index.js",
2024-09-25 18:21:02 +00:00
"type": "module",
2024-09-02 20:34:24 +00:00
"scripts": {
2024-09-25 19:22:16 +00:00
"build": "tsc",
"start": "node server.js"
2024-09-02 20:34:24 +00:00
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/ws": "^8.5.12",
"typescript": "^5.5.4"
},
"dependencies": {
"ws": "^8.18.0"
}
}