socket.io-example/package.json
Gašper Dobrovoljc 197a4f1b1d
Initial commit
2023-03-04 18:02:39 +01:00

21 lines
361 B
JSON

{
"name": "socket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsc && node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.6.1"
},
"devDependencies": {
"@types/express": "^4.17.17"
}
}